add newlines at end of files

This commit is contained in:
Adrian Maghear
2020-11-28 23:44:06 +01:00
parent e67b1f95a8
commit b6ff723533
7 changed files with 7 additions and 7 deletions
@@ -50,4 +50,4 @@ class BooksClientIntegrationTest {
new Book("Foundation", "Isaac Asimov"))));
}
}
}
@@ -62,4 +62,4 @@ class LoadBalancerBooksClientIntegrationTest {
new Book("Dune", "Frank Herbert"),
new Book("Foundation", "Isaac Asimov"))));
}
}
}
@@ -49,4 +49,4 @@ class ServiceDiscoveryBooksClientIntegrationTest {
books.stream().findFirst().get());
}
}
}
@@ -1,3 +1,3 @@
spring:
application:
name: books-service
name: books-service
@@ -1,3 +1,3 @@
eureka:
client:
enabled: false
enabled: false
@@ -8,4 +8,4 @@ books-service:
eureka:
client:
enabled: false
enabled: false
@@ -7,4 +7,4 @@
"title": "Foundation",
"author": "Isaac Asimov"
}
]
]