Skip to content

Commit ce4fc99

Browse files
authored
Fix indentation
1 parent d94a76a commit ce4fc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/scripts/fuchsia-test-runner.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def setup_logging(self, log_to_file=False):
287287

288288
@property
289289
def package_server_log_path(self) -> Path:
290-
return self.tmp_dir().joinpath(f"repo_{self.TEST_REPO_NAME}.log")
290+
return self.tmp_dir().joinpath(f"repo_{self.TEST_REPO_NAME}.log")
291291

292292
@property
293293
def emulator_log_path(self) -> Path:
@@ -401,7 +401,7 @@ def start_ffx_isolation(self):
401401
# Set configs
402402
configs = {
403403
"log.enabled": "true",
404-
"log.dir": self.tmp_dir(),
404+
"log.dir": self.tmp_dir(),
405405
"test.is_isolated": "true",
406406
"test.experimental_structured_output": "true",
407407
}

0 commit comments

Comments
 (0)