summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/unicode_normalize/tables.rb2
-rw-r--r--template/unicode_norm_gen.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicode_normalize/tables.rb b/lib/unicode_normalize/tables.rb
index 2c6de356ca..7729746069 100644
--- a/lib/unicode_normalize/tables.rb
+++ b/lib/unicode_normalize/tables.rb
@@ -1,5 +1,5 @@
# coding: us-ascii
-# -*- frozen_string_literal: true
+# -*- frozen_string_literal: true -*-
# automatically generated by template/unicode_norm_gen.tmpl
diff --git a/template/unicode_norm_gen.tmpl b/template/unicode_norm_gen.tmpl
index f613f0130a..f95d842865 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