summaryrefslogtreecommitdiff
path: root/lib/xsd/codegen/classdef.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xsd/codegen/classdef.rb')
-rw-r--r--lib/xsd/codegen/classdef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xsd/codegen/classdef.rb b/lib/xsd/codegen/classdef.rb
index 9eb1ce6607..5f4839514c 100644
--- a/lib/xsd/codegen/classdef.rb
+++ b/lib/xsd/codegen/classdef.rb
@@ -43,7 +43,7 @@ class ClassDef < ModuleDef
def dump
buf = ""
unless @requirepath.empty?
- buf << dump_requirepath
+ buf << dump_requirepath
end
buf << dump_emptyline unless buf.empty?
package = @name.split(/::/)[0..-2]