about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-01-27 20:43:00 +0100
committerEmile <hanemile@protonmail.com>2020-01-27 20:43:00 +0100
commit8f2dcaaea88e84fa851f4d740aece67d667c61ca (patch)
treedbf0b75e809f7e8c9b0fe22abc77bd38f673b397
parentf6cb678a1d5cd93dc05274e5c765b5d83b66469e (diff)
formatting
-rw-r--r--src/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.go b/src/main.go
index 5a6d851..39ddadb 100644
--- a/src/main.go
+++ b/src/main.go
@@ -16,7 +16,6 @@ var (
 )
 
 func main() {
-
 	// create a map mapping a city to an amount of hits
 	metrics_city_num = make(map[string]int)