aboutsummaryrefslogtreecommitdiff
path: root/tests/test_base64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_base64.cpp')
-rw-r--r--tests/test_base64.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_base64.cpp b/tests/test_base64.cpp
index e6b3710..5bae2f9 100644
--- a/tests/test_base64.cpp
+++ b/tests/test_base64.cpp
@@ -33,5 +33,4 @@ olm::decode_base64(input, input_length, output);
assert_equals(expected_output, output, output_length);
}
-
}