Various linter fixes.
Summary: - Removed trailing newlines. - Added newline at EOF. - Removed leading newlines. - Trimmed trailing whitespace. - Spelling fix. - Added newline at EOF Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: hach-que, chad, Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8344
This commit is contained in:
committed by
epriestley
parent
361e49dd67
commit
6270114767
@@ -1,4 +1,3 @@
|
||||
|
||||
create table {$NAMESPACE}_project.project (
|
||||
id int unsigned not null auto_increment primary key,
|
||||
name varchar(255) not null,
|
||||
@@ -28,4 +27,3 @@ create table {$NAMESPACE}_project.project_affiliation (
|
||||
dateCreated int unsigned not null,
|
||||
dateModified int unsigned not null
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user