aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorTeddy Wing2017-06-03 15:35:15 +0200
committerTeddy Wing2017-06-03 15:35:15 +0200
commit10b741fb0c8e9c61647ea8ff977d6242fc86656e (patch)
treec352e0893d4d4eed43a843d35cb503916aac6fe3 /main.go
parent72cfd2966b0de3ae96a37005848087055c4b944a (diff)
downloadtimetasker-10b741fb0c8e9c61647ea8ff977d6242fc86656e.tar.bz2
Run gofmt on all project files
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 3a343b5..3111dfe 100644
--- a/main.go
+++ b/main.go
@@ -17,7 +17,7 @@ type Config struct {
Username string
PasswordCmd string `toml:"password_cmd"`
}
- Profile timetask.Profile
+ Profile timetask.Profile
Projects map[string]timetask.Project
}