Skip to content

Commit 5304ff6

Browse files
committed
[DOCS] Generator: Updates log format
1 parent 3e77ce2 commit 5304ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake_tasks/doc_generator.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ end
141141
# Test module to run the generated code
142142
#
143143
module TestDocs
144-
@formatter = -> (_, d, _, msg) { "#{d}: #{msg}" }
144+
@formatter = -> (_, d, _, msg) { "[#{d}] : #{msg}" }
145145

146146
def self.perform(code, filename)
147147
# Eval the example code, but remove printing out the response

0 commit comments

Comments
 (0)