diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-18 12:48:41 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-18 12:48:41 +0000 |
commit | 90d606218187e68af95e301ccc1c1fb61a23e210 (patch) | |
tree | a6434325ea1266067c535a38e3a6649b132733f3 /template | |
parent | ed34d855bb44ceebbc79285ac0a280c01b111fe3 (diff) | |
download | ruby-90d606218187e68af95e301ccc1c1fb61a23e210.tar.gz |
unicode_norm_gen.tmpl: Remove indicator
* template/unicode_norm_gen.tmpl: Remove indicator for
"frozen_string_literal: true", as r52526.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r-- | template/unicode_norm_gen.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/unicode_norm_gen.tmpl b/template/unicode_norm_gen.tmpl index f95d842865..ddd1966ca6 100644 --- a/template/unicode_norm_gen.tmpl +++ b/template/unicode_norm_gen.tmpl @@ -152,7 +152,7 @@ end # generate normalization tables file %># coding: us-ascii -# -*- frozen_string_literal: true -*- +# frozen_string_literal: true %# > # automatically generated by template/unicode_norm_gen.tmpl |