Add missing newline at end of files

Change-Id: Id7d6ed3ddd68b50c528889ac09d114cbdaef45aa
This commit is contained in:
David Pursehouse
2016-05-03 23:17:02 +09:00
parent ccdeae8e64
commit 45aa8ca215
38 changed files with 38 additions and 38 deletions

View File

@@ -96,4 +96,4 @@ public class CommentRange {
return "Range[startLine=" + startLine + ", startCharacter=" + startCharacter
+ ", endLine=" + endLine + ", endCharacter=" + endCharacter + "]";
}
}
}