diff options
Diffstat (limited to 'lib/rexml/dtd/notationdecl.rb')
-rw-r--r-- | lib/rexml/dtd/notationdecl.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rexml/dtd/notationdecl.rb b/lib/rexml/dtd/notationdecl.rb index 17d1b9ef29..cfdf0b9b74 100644 --- a/lib/rexml/dtd/notationdecl.rb +++ b/lib/rexml/dtd/notationdecl.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false require "rexml/child" module REXML module DTD |