From 7e57f443ed71a158de38978601756e26ee168bff Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 11 Mar 2015 21:40:04 +0300 Subject: [PATCH] Style fix. #193 --- deb/format.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/deb/format.go b/deb/format.go index 15f4d8e0..1348fe2c 100644 --- a/deb/format.go +++ b/deb/format.go @@ -165,10 +165,8 @@ func canonicalCase(field string) string { return upper case "MD5SUM": return "MD5Sum" - case "NOTAUTOMATIC": return "NotAutomatic" - case "BUTAUTOMATICUPGRADES": return "ButAutomaticUpgrades" }