From 10b741fb0c8e9c61647ea8ff977d6242fc86656e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Jun 2017 15:35:15 +0200 Subject: Run gofmt on all project files --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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 } -- cgit v1.2.3