From 8361d3cc0c227c8146de2b9d4455a67ed7c0818b Mon Sep 17 00:00:00 2001 From: Etienne Samson Date: Tue, 6 Sep 2016 22:33:34 +0200 Subject: [PATCH] Missing newline at EOF --- ObjectiveGit/GTCheckoutOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObjectiveGit/GTCheckoutOptions.h b/ObjectiveGit/GTCheckoutOptions.h index 3c63855a0..a30222183 100644 --- a/ObjectiveGit/GTCheckoutOptions.h +++ b/ObjectiveGit/GTCheckoutOptions.h @@ -63,4 +63,4 @@ typedef NS_OPTIONS(NSInteger, GTCheckoutNotifyFlags) { @end -NS_ASSUME_NONNULL_END \ No newline at end of file +NS_ASSUME_NONNULL_END