Skip to content

Commit

Permalink
Ensure single newline at end of every file.
Browse files Browse the repository at this point in the history
Ensure no newlines at beginning of any file.

Partial mas-cli#638

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
  • Loading branch information
rgoldberg committed Nov 16, 2024
1 parent 4cc3a9e commit 4333bee
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion Sources/PrivateFrameworks/CommerceKit/CKServiceInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
}

@end

1 change: 0 additions & 1 deletion Sources/PrivateFrameworks/StoreFoundation/SSDownload.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@
- (void)cancel;

@end

2 changes: 1 addition & 1 deletion Tests/masTests/JSON/lookup/fantastical.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
"userRatingCount": 1342
}
]
}
}
2 changes: 1 addition & 1 deletion Tests/masTests/JSON/lookup/notability.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"userRatingCount": 1840
}
]
}
}
2 changes: 1 addition & 1 deletion Tests/masTests/JSON/lookup/things.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"userRatingCount": 1412
}
]
}
}
5 changes: 0 additions & 5 deletions Tests/masTests/JSON/search/nonexistent.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@



{
"resultCount":0,
"results": []
}


0 comments on commit 4333bee

Please sign in to comment.