summaryrefslogtreecommitdiff
path: root/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'user.go')
-rw-r--r--user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.go b/user.go
index f2a5afd..6b00a0b 100644
--- a/user.go
+++ b/user.go
@@ -64,4 +64,4 @@ func getUserForName(db *sqlite3.Conn, name string) User {
//If we get here there are no matching users
return User{id:0, name:"", isAdmin:false}
-} \ No newline at end of file
+}