From 7e4fe28c21bb42788d974114b2d4f160d5901b6a Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Fri, 19 Jun 2020 15:59:46 +0200 Subject: Run go fmt Signed-off-by: Max Magorsch --- pkg/models/thread.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/models') diff --git a/pkg/models/thread.go b/pkg/models/thread.go index ebeff2a..3f50bde 100644 --- a/pkg/models/thread.go +++ b/pkg/models/thread.go @@ -1,8 +1,8 @@ package models type Threads []struct { - Id string - Headers map[string][]string - Subject string - Count int + Id string + Headers map[string][]string + Subject string + Count int } -- cgit v1.2.3-65-gdbad