summaryrefslogtreecommitdiff
path: root/user.go
diff options
context:
space:
mode:
authorJoe Robinson <joe@mumsnet.com>2014-07-25 12:53:27 +0100
committerJoe Robinson <joe@mumsnet.com>2014-07-25 12:53:27 +0100
commita471e978989fecb533bcf8666772a8a425215346 (patch)
tree33b95702e73a377f65fb74bb68459ac0cf48d33e /user.go
parentb91bba1ebb7e62ed0c06c02580b18a10fc7326db (diff)
Added function to output poll info/votes
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
+}