aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPDatabaseCopyTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTests/SPDatabaseCopyTest.h')
-rw-r--r--UnitTests/SPDatabaseCopyTest.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/UnitTests/SPDatabaseCopyTest.h b/UnitTests/SPDatabaseCopyTest.h
index 641b3cdd..ba882ee1 100644
--- a/UnitTests/SPDatabaseCopyTest.h
+++ b/UnitTests/SPDatabaseCopyTest.h
@@ -27,9 +27,9 @@
#import <SenTestingKit/SenTestingKit.h>
-@interface SPDatabaseCopyTest : SenTestCase {
-}
-- (void) testCopyDatabase;
-- (void) testCreateDatabase;
+@interface SPDatabaseCopyTest : SenTestCase
+
+- (void)testCopyDatabase;
+- (void)testCreateDatabase;
@end