Skip to content

Commit

Permalink
Correct newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
pwhittlesea committed Jan 26, 2013
1 parent 5489e35 commit ddbebf6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Behavior/ChangeLoggingBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@ class ItemState {
const CREATED = 1;
const MODIFIED = 2;
const DELETED = 3;
}
}
1 change: 0 additions & 1 deletion Model/ChangeLoggerAppModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
class ChangeLoggerAppModel extends Model {

}

2 changes: 1 addition & 1 deletion Test/Case/Model/Behavior/ChangeLoggingBehaviourTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ public function getMetadataForChange() {
'parent_id' => 1
);
}
}
}

0 comments on commit ddbebf6

Please sign in to comment.