broke formatting (testing=

This commit is contained in:
kolaente 2018-10-08 16:42:42 +02:00
parent ec28ecc19f
commit 015a76a416
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -28,6 +28,7 @@ abstract class TaskService {
} }
abstract class UserService { abstract class UserService {
Future<UserTokenPair> login(String username, password); Future<UserTokenPair> login(String
username, password);
Future<User> getCurrentUser(); Future<User> getCurrentUser();
} }