Skip to content

Commit

Permalink
Fix "no newline at EOF" errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pyokagan committed Dec 27, 2016
1 parent e1cc235 commit 5318247
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme: jekyll-theme-cayman
theme: jekyll-theme-cayman
2 changes: 1 addition & 1 deletion docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Responsibilities: Dev Ops
We welcome contributions. See [Contact Us](ContactUs.md) page for more info.

* [Akshay Narayan](https://github.com/se-edu/addressbook-level4/pulls?q=is%3Apr+author%3Aokkhoy)
* [Sam Yong](https://github.com/se-edu/addressbook-level4/pulls?q=is%3Apr+author%3Amauris)
* [Sam Yong](https://github.com/se-edu/addressbook-level4/pulls?q=is%3Apr+author%3Amauris)
2 changes: 1 addition & 1 deletion docs/ContactUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

* **Contributing** : We welcome pull requests. Follow the process described [here](https://github.com/oss-generic/process)

* **Email us** : You can also reach us at `damith [at] comp.nus.edu.sg`
* **Email us** : You can also reach us at `damith [at] comp.nus.edu.sg`
2 changes: 1 addition & 1 deletion docs/UsingTravis.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ from [Travis CI Documentation](https://docs.travis-ci.com/).
7. If the build is successful, you should be able to check the coverage details of the tests
at [Coveralls](http://coveralls.io/)
8. Update the link to the 'build status' badge at the top of the `README.md` to point to the build status of your
own repo.
own repo.
2 changes: 1 addition & 1 deletion src/main/resources/view/DarkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@
-fx-border-radius: 2;
-fx-background-radius: 2;
-fx-font-size: 11;
}
}
2 changes: 1 addition & 1 deletion src/main/resources/view/Extensions.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

.tooltip-text {
-fx-text-fill: white;
}
}
2 changes: 1 addition & 1 deletion src/test/data/ConfigUtilTest/EmptyConfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{

}
}
2 changes: 1 addition & 1 deletion src/test/data/ConfigUtilTest/ExtraValuesConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"addressBookFilePath" : "addressbook.xml",
"addressBookName" : "TypicalAddressBookName",
"extra" : "extra value"
}
}
2 changes: 1 addition & 1 deletion src/test/data/ConfigUtilTest/NotJsonFormatConfig.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
this file is not in json format!
this file is not in json format!
2 changes: 1 addition & 1 deletion src/test/data/ConfigUtilTest/TypicalConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"userPrefsFilePath" : "C:\\preferences.json",
"addressBookFilePath" : "addressbook.xml",
"addressBookName" : "TypicalAddressBookName"
}
}
2 changes: 1 addition & 1 deletion src/test/data/JsonUserPrefsStorageTest/EmptyUserPrefs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"z" : 99
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Not a json file!
Not a json file!
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"y" : 100
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
not xml format!
not xml format!

0 comments on commit 5318247

Please sign in to comment.