Skip to content

Commit

Permalink
Fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Apr 27, 2018
1 parent 94f43ba commit 08b36f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion esrally/mechanic/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,4 +480,4 @@ def invoke(self, phase, **kwargs):
hook(config_names=self.component.config, **kwargs)
else:
logger.debug("Component [%s] in config [%s] has no hook registered for phase [%s].",
self.component.name, self.component.config, phase)
self.component.name, self.component.config, phase)
4 changes: 2 additions & 2 deletions tests/mechanic/data/cars/v1/vanilla/config.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[variables]
# this should *always* be overridden by the car definition (config base
# variables take least precedence)
heap_size=0
clean_command=./gradlew clean
heap_size = 0
clean_command = ./gradlew clean
2 changes: 1 addition & 1 deletion tests/mechanic/data/cars/v1/verbose_logging/config.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[variables]
verbose_logging=true
verbose_logging = true

0 comments on commit 08b36f0

Please sign in to comment.