diff --git a/_config.yml b/_config.yml index c4192631f25b..277f1f2c510d 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-cayman \ No newline at end of file +theme: jekyll-theme-cayman diff --git a/docs/AboutUs.md b/docs/AboutUs.md index 33df65bea583..5a76ca17b8c6 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -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) \ No newline at end of file +* [Sam Yong](https://github.com/se-edu/addressbook-level4/pulls?q=is%3Apr+author%3Amauris) diff --git a/docs/ContactUs.md b/docs/ContactUs.md index 866d0de3fddc..847cfcd1f144 100644 --- a/docs/ContactUs.md +++ b/docs/ContactUs.md @@ -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` \ No newline at end of file +* **Email us** : You can also reach us at `damith [at] comp.nus.edu.sg` diff --git a/docs/UsingTravis.md b/docs/UsingTravis.md index 36677982a2c3..637713ed086d 100644 --- a/docs/UsingTravis.md +++ b/docs/UsingTravis.md @@ -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. \ No newline at end of file + own repo. diff --git a/src/main/resources/view/DarkTheme.css b/src/main/resources/view/DarkTheme.css index 93f7a7c9b708..90f3c262aca3 100644 --- a/src/main/resources/view/DarkTheme.css +++ b/src/main/resources/view/DarkTheme.css @@ -299,4 +299,4 @@ -fx-border-radius: 2; -fx-background-radius: 2; -fx-font-size: 11; -} \ No newline at end of file +} diff --git a/src/main/resources/view/Extensions.css b/src/main/resources/view/Extensions.css index 606c927d9a42..f34c62176f96 100644 --- a/src/main/resources/view/Extensions.css +++ b/src/main/resources/view/Extensions.css @@ -13,4 +13,4 @@ .tooltip-text { -fx-text-fill: white; -} \ No newline at end of file +} diff --git a/src/test/data/ConfigUtilTest/EmptyConfig.json b/src/test/data/ConfigUtilTest/EmptyConfig.json index 0e0dcd235c49..0db3279e44b0 100644 --- a/src/test/data/ConfigUtilTest/EmptyConfig.json +++ b/src/test/data/ConfigUtilTest/EmptyConfig.json @@ -1,3 +1,3 @@ { -} \ No newline at end of file +} diff --git a/src/test/data/ConfigUtilTest/ExtraValuesConfig.json b/src/test/data/ConfigUtilTest/ExtraValuesConfig.json index 578b4445204b..dd639e8f8d75 100644 --- a/src/test/data/ConfigUtilTest/ExtraValuesConfig.json +++ b/src/test/data/ConfigUtilTest/ExtraValuesConfig.json @@ -5,4 +5,4 @@ "addressBookFilePath" : "addressbook.xml", "addressBookName" : "TypicalAddressBookName", "extra" : "extra value" -} \ No newline at end of file +} diff --git a/src/test/data/ConfigUtilTest/NotJsonFormatConfig.json b/src/test/data/ConfigUtilTest/NotJsonFormatConfig.json index 4b89b43b5e49..f2071ce5742b 100644 --- a/src/test/data/ConfigUtilTest/NotJsonFormatConfig.json +++ b/src/test/data/ConfigUtilTest/NotJsonFormatConfig.json @@ -1 +1 @@ -this file is not in json format! \ No newline at end of file +this file is not in json format! diff --git a/src/test/data/ConfigUtilTest/TypicalConfig.json b/src/test/data/ConfigUtilTest/TypicalConfig.json index 195b2bf33033..de2b0c331187 100644 --- a/src/test/data/ConfigUtilTest/TypicalConfig.json +++ b/src/test/data/ConfigUtilTest/TypicalConfig.json @@ -4,4 +4,4 @@ "userPrefsFilePath" : "C:\\preferences.json", "addressBookFilePath" : "addressbook.xml", "addressBookName" : "TypicalAddressBookName" -} \ No newline at end of file +} diff --git a/src/test/data/JsonUserPrefsStorageTest/EmptyUserPrefs.json b/src/test/data/JsonUserPrefsStorageTest/EmptyUserPrefs.json index 0e0dcd235c49..0db3279e44b0 100644 --- a/src/test/data/JsonUserPrefsStorageTest/EmptyUserPrefs.json +++ b/src/test/data/JsonUserPrefsStorageTest/EmptyUserPrefs.json @@ -1,3 +1,3 @@ { -} \ No newline at end of file +} diff --git a/src/test/data/JsonUserPrefsStorageTest/ExtraValuesUserPref.json b/src/test/data/JsonUserPrefsStorageTest/ExtraValuesUserPref.json index 7d6efb5ba429..a6c0172e9f72 100644 --- a/src/test/data/JsonUserPrefsStorageTest/ExtraValuesUserPref.json +++ b/src/test/data/JsonUserPrefsStorageTest/ExtraValuesUserPref.json @@ -9,4 +9,4 @@ "z" : 99 } } -} \ No newline at end of file +} diff --git a/src/test/data/JsonUserPrefsStorageTest/NotJsonFormatUserPrefs.json b/src/test/data/JsonUserPrefsStorageTest/NotJsonFormatUserPrefs.json index 7f1595fc1ca8..b738f3449420 100644 --- a/src/test/data/JsonUserPrefsStorageTest/NotJsonFormatUserPrefs.json +++ b/src/test/data/JsonUserPrefsStorageTest/NotJsonFormatUserPrefs.json @@ -1 +1 @@ -Not a json file! \ No newline at end of file +Not a json file! diff --git a/src/test/data/JsonUserPrefsStorageTest/TypicalUserPref.json b/src/test/data/JsonUserPrefsStorageTest/TypicalUserPref.json index f5759befbf51..d37cd8a65140 100644 --- a/src/test/data/JsonUserPrefsStorageTest/TypicalUserPref.json +++ b/src/test/data/JsonUserPrefsStorageTest/TypicalUserPref.json @@ -7,4 +7,4 @@ "y" : 100 } } -} \ No newline at end of file +} diff --git a/src/test/data/XmlAddressBookStorageTest/NotXmlFormatAddressBook.xml b/src/test/data/XmlAddressBookStorageTest/NotXmlFormatAddressBook.xml index 49d5d80d27a1..35efc0f50820 100644 --- a/src/test/data/XmlAddressBookStorageTest/NotXmlFormatAddressBook.xml +++ b/src/test/data/XmlAddressBookStorageTest/NotXmlFormatAddressBook.xml @@ -1 +1 @@ -not xml format! \ No newline at end of file +not xml format!