Skip to content

Commit e4a3470

Browse files
author
Christopher J. Brody
committed
add missing newline to version tests
1 parent 1b91aa8 commit e4a3470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/net/zetetic/tests/JavaClientLibraryVersionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ public boolean execute(SQLiteDatabase database) {
1616
public String getName() {
1717
return "Java Client Library Version Test";
1818
}
19-
}
19+
}

app/src/main/java/net/zetetic/tests/PragmaCipherVersionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public boolean execute(SQLiteDatabase database) {
3131
public String getName() {
3232
return "PRAGMA cipher_version Test";
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)