Skip to content

Commit bc323b0

Browse files
committed
Reformat files. Use standard 2-space indentation.
1 parent 792242d commit bc323b0

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

generate.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@
88
FileUtils.mkdir_p DEST_DIR
99

1010
Dir.glob(SRC_DIR + "/*").each do |name|
11-
puts "#{name}...copying"
12-
FileUtils.cp(name, DEST_DIR + "/" + File.basename(name))
11+
puts "#{name}...copying"
12+
FileUtils.cp(name, DEST_DIR + "/" + File.basename(name))
1313
end
1414

1515
puts "Documentation...copying"
1616
FileUtils.cp_r(ROOT_PATH + "/../doc", DEST_DIR + "/doc")
17-
18-
19-

0 commit comments

Comments
 (0)