Skip to content

Commit d40425a

Browse files
committed
Run standardrb --fix
1 parent 7a18bea commit d40425a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/models/rake_ui/rake_task_log.rb

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ def self.build_new_for_command(name:, rake_definition_file:, rake_command:, rake
5353
end
5454

5555
new(id: id,
56-
name: name,
57-
args: args,
58-
environment: environment,
59-
rake_command: rake_command,
60-
rake_definition_file: rake_definition_file,
61-
log_file_name: log_file_name,
62-
log_file_full_path: log_file_full_path)
56+
name: name,
57+
args: args,
58+
environment: environment,
59+
rake_command: rake_command,
60+
rake_definition_file: rake_definition_file,
61+
log_file_name: log_file_name,
62+
log_file_full_path: log_file_full_path)
6363
end
6464

6565
def self.all

0 commit comments

Comments
 (0)