diff options
author | jan <jan@ruken.pw> | 2016-01-16 07:54:44 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-01-16 07:54:44 (UTC) |
commit | 012d8130aff2bbb25fad97244a7a7a47ad2f6103 (patch) | |
tree | f41c2fdd2441346dbae9333e7162823fe2fbdeea | |
parent | 6049d382d0b75df46b0d0b330e4297246984ffe0 (diff) |
Schönheitsfehler, das iota wird nicht immer benötigt.
-rw-r--r-- | modules/grils/gril.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/grils/gril.go b/modules/grils/gril.go index 7cc1e4b..7b782b3 100644 --- a/modules/grils/gril.go +++ b/modules/grils/gril.go | |||
@@ -15,8 +15,8 @@ type DataSource int | |||
15 | 15 | ||
16 | const ( | 16 | const ( |
17 | DataSourceACD DataSource = iota | 17 | DataSourceACD DataSource = iota |
18 | DataSourceAniDB DataSource = iota | 18 | DataSourceAniDB |
19 | DataSourceAnilist DataSource = iota | 19 | DataSourceAnilist |
20 | ) | 20 | ) |
21 | 21 | ||
22 | type Gril struct { | 22 | type Gril struct { |