Commit 32068c21 authored by Phillip Webb's avatar Phillip Webb

Polish resource files to all end with a new line

parent 3cee783d
......@@ -7,4 +7,4 @@
<cache name="players" maxEntriesLocalHeap="50"/>
</ehcache>
\ No newline at end of file
</ehcache>
......@@ -5,4 +5,4 @@
<appender-ref ref="CONSOLE" />
</root>
<!-- logger name="org.springframework.security" level="DEBUG"/-->
</configuration>
\ No newline at end of file
</configuration>
INSERT INTO CITY (NAME, STATE, COUNTRY, MAP) values ('Washington', 'DC', 'US', 'Google');
\ No newline at end of file
INSERT INTO CITY (NAME, STATE, COUNTRY, MAP) values ('Washington', 'DC', 'US', 'Google');
......@@ -14,4 +14,4 @@ objectClasses: ( 1.3.6.1.4.1.32473.1.2.2
SUP top
AUXILIARY
MAY exampleAttributeName
X-ORIGIN 'Managing Schema Document' )
\ No newline at end of file
X-ORIGIN 'Managing Schema Document' )
INSERT INTO BAR VALUES (1, 'Andy');
\ No newline at end of file
INSERT INTO BAR VALUES (1, 'Andy');
......@@ -4,4 +4,4 @@ CREATE TABLE CITY (
state VARCHAR(30),
country VARCHAR(30),
map VARCHAR(30)
);
\ No newline at end of file
);
......@@ -23,4 +23,4 @@
</expiry>
</cache>
</config>
\ No newline at end of file
</config>
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/>
</configuration>
\ No newline at end of file
</configuration>
......@@ -6,4 +6,4 @@
<h2>A Message</h2>
<div>{{message}} at {{time}}</div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -12,4 +12,4 @@
</div>
<div class="jumbotron">{{#include}}{{body}}{{/include}}</div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -12,4 +12,4 @@
</div>
<div class="jumbotron">{{>content}}</div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -14,4 +14,4 @@
</join>
</network>
</hazelcast>
\ No newline at end of file
</hazelcast>
......@@ -11,4 +11,4 @@
</join>
</network>
</hazelcast>
\ No newline at end of file
</hazelcast>
CREATE TABLE SPAM (
id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30),
);
\ No newline at end of file
);
INSERT INTO FOO VALUES (1, 'Andy');
\ No newline at end of file
INSERT INTO FOO VALUES (1, 'Andy');
INSERT INTO BAR(id, name) VALUES (1, 'bar');
INSERT INTO BAR(id, name) VALUES (2, 'ばー');
\ No newline at end of file
INSERT INTO BAR(id, name) VALUES (2, 'ばー');
CREATE TABLE FOO (
id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30),
);
\ No newline at end of file
);
CREATE TABLE BAR (
id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30),
);
\ No newline at end of file
);
<html><body data:foo="${foo}"></body></html>
\ No newline at end of file
<html><body data:foo="${foo}"></body></html>
<html><body th:text="${foo}">Home</body></html>
\ No newline at end of file
<html><body th:text="${foo}">Home</body></html>
<html><body th:text="${#temporals.create('2015','11','24')}"></body></html>
\ No newline at end of file
<html><body th:text="${#temporals.create('2015','11','24')}"></body></html>
......@@ -11,4 +11,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
Message: ${greeting}
\ No newline at end of file
Message: ${greeting}
<html><body>Message: <span th:text="${greeting}">Hello</span></body></html>
\ No newline at end of file
<html><body>Message: <span th:text="${greeting}">Hello</span></body></html>
Message: ${greeting}
\ No newline at end of file
Message: ${greeting}
......@@ -7,4 +7,4 @@
<span th:text="${foo}">foo</span>
</div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -30,4 +30,4 @@
</proxy>
</proxies>
</settings>
\ No newline at end of file
</settings>
<settingsSecurity>
<master>{oAyWuFO63U8HHgiplpqtgXih0/pwcRA0d+uA+Z7TBEk=}</master>
</settingsSecurity>
\ No newline at end of file
</settingsSecurity>
......@@ -28,4 +28,4 @@
</proxy>
</proxies>
</settings>
\ No newline at end of file
</settings>
CREATE TABLE FOO (
id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30),
);
\ No newline at end of file
);
......@@ -22,4 +22,4 @@
2012 2:17:16 PM CDT</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
test:
foo:
bar: value
\ No newline at end of file
bar: value
......@@ -5,4 +5,4 @@ echo 'LOG_FOLDER=log' > /test-service/spring-boot-app.conf
mkdir -p /test-service/log
start_service
await_app
[[ -s /test-service/log/spring-boot-app.log ]] && echo "Log written"
\ No newline at end of file
[[ -s /test-service/log/spring-boot-app.log ]] && echo "Log written"
......@@ -6,4 +6,4 @@ useradd andy
chown andy /test-service/spring-boot-app.jar
start_service
await_app
ls -al /test-service/log/spring-boot-app.log
\ No newline at end of file
ls -al /test-service/log/spring-boot-app.log
......@@ -8,4 +8,4 @@ useradd andy
chown andy /test-service/spring-boot-app.jar
start_service
await_app
ls -al /test-service/log/spring-boot-app.log
\ No newline at end of file
ls -al /test-service/log/spring-boot-app.log
......@@ -18,4 +18,4 @@
<AppenderRef ref="Console"/>
</Root>
</Loggers>
</Configuration>
\ No newline at end of file
</Configuration>
......@@ -11,4 +11,4 @@
<jsr107:mbeans enable-statistics="true"/>
</cache>
</config>
\ No newline at end of file
</config>
......@@ -4,4 +4,4 @@ CREATE TABLE PERSON (
last_name varchar(255) not null
);
insert into PERSON (first_name, last_name) values ('Dave', 'Syer');
\ No newline at end of file
insert into PERSON (first_name, last_name) values ('Dave', 'Syer');
......@@ -2,4 +2,4 @@
<body>
<h1>Hello World!</h1>
</body>
</html>
\ No newline at end of file
</html>
......@@ -2,4 +2,4 @@
<body>
<h1>Hello World!</h1>
</body>
</html>
\ No newline at end of file
</html>
DROP ALL OBJECTS;
\ No newline at end of file
DROP ALL OBJECTS;
......@@ -14,4 +14,4 @@ insert into note_tags(notes_id, tags_id) values (1, 3)
insert into note_tags(notes_id, tags_id) values (2, 3)
insert into note_tags(notes_id, tags_id) values (3, 3)
insert into note_tags(notes_id, tags_id) values (4, 2)
insert into note_tags(notes_id, tags_id) values (4, 3)
\ No newline at end of file
insert into note_tags(notes_id, tags_id) values (4, 3)
hello: Bonjour
\ No newline at end of file
hello: Bonjour
......@@ -4,4 +4,4 @@ name: Phil
spring:
profiles: goodbye,dev
name: Everyone
\ No newline at end of file
name: Everyone
......@@ -31,4 +31,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -31,4 +31,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
insert into users (username, password, enabled) values ('user', 'user', true);
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');
\ No newline at end of file
insert into authorities (username, authority) values ('user', 'ROLE_ADMIN');
......@@ -7,4 +7,4 @@ create table users (
create table authorities (
username varchar(256),
authority varchar(256)
);
\ No newline at end of file
);
......@@ -31,4 +31,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -7,4 +7,4 @@ create table users (
create table authorities (
username varchar(256),
authority varchar(256)
);
\ No newline at end of file
);
......@@ -31,4 +31,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
......@@ -23,4 +23,4 @@
<xs:element name="LastName" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
\ No newline at end of file
</xs:schema>
create table example (id int, name varchar);
\ No newline at end of file
create table example (id int, name varchar);
......@@ -8,4 +8,4 @@ version: B
---
spring.profiles: C
version: C
---
\ No newline at end of file
---
foo: ${fooValue}
\ No newline at end of file
foo: ${fooValue}
......@@ -11,4 +11,4 @@ my:
spring:
profiles: other
my:
property: fromotherprofile
\ No newline at end of file
property: fromotherprofile
......@@ -11,4 +11,4 @@ my:
spring:
profiles: other
my:
property: fromotherprofile
\ No newline at end of file
property: fromotherprofile
---
spring:
profiles:
active: dev,healthcheck
\ No newline at end of file
active: dev,healthcheck
......@@ -3,4 +3,4 @@ spring:
profiles:
active:
- dev
- healthcheck
\ No newline at end of file
- healthcheck
---
spring:
profiles:
active: dev, healthcheck
\ No newline at end of file
active: dev, healthcheck
......@@ -8,4 +8,4 @@ my:
spring:
profiles: dev
my:
property: fromdevprofile
\ No newline at end of file
property: fromdevprofile
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment