Skip to content

Commit 2ebc519

Browse files
committed
remove trailing spaces
1 parent ad7fe01 commit 2ebc519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opengrok-indexer/src/test/java/org/opengrok/indexer/history/MercurialRepositoryTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ void testGetHistoryGet() throws Exception {
254254
MercurialRepository mr = (MercurialRepository) RepositoryFactory.getRepository(repositoryRoot);
255255
String exp_str = """
256256
This will be a first novel of mine.
257-
257+
258258
Chapter 1.
259-
259+
260260
Let's write some words. It began like this:
261-
261+
262262
...
263263
""";
264264
byte[] buffer = new byte[1024];

0 commit comments

Comments
 (0)