aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/hpack/context.rb
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-05-08 03:00:56 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-05-08 03:00:56 +0900
commit5ee54758e673472d0c2a497fd7062d62442ad32a (patch)
treed8f59200dd04794b5322add1e74e8affc7417554 /lib/plum/hpack/context.rb
parentef45ef464bf769b3a57bbe574555874e562b4e5f (diff)
downloadplum-5ee54758e673472d0c2a497fd7062d62442ad32a.tar.gz
get rid of '-*- flag: value -*-' style in magic commentstopic/fix-magic-comment-style
It was required when they were added, but it is no longer.
Diffstat (limited to 'lib/plum/hpack/context.rb')
-rw-r--r--lib/plum/hpack/context.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plum/hpack/context.rb b/lib/plum/hpack/context.rb
index 86dc244..5256e5e 100644
--- a/lib/plum/hpack/context.rb
+++ b/lib/plum/hpack/context.rb
@@ -1,4 +1,5 @@
-# -*- frozen-string-literal: true -*-
+# frozen-string-literal: true
+
module Plum
module HPACK
module Context