From 82edeed4728c1ee1fe9b9e09e881eb2ae7d2eb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 14 Nov 2024 15:56:28 +0100 Subject: [PATCH] format --- src/compiler/crystal/command/spec.cr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/compiler/crystal/command/spec.cr b/src/compiler/crystal/command/spec.cr index f518dade32ec..69ebbad97caa 100644 --- a/src/compiler/crystal/command/spec.cr +++ b/src/compiler/crystal/command/spec.cr @@ -96,10 +96,10 @@ class Crystal::Command output_filename = Crystal.temp_executable "spec" ENV["CRYSTAL_SPEC_COMPILER_BIN"] ||= if crystal_exec_path = ENV["CRYSTAL_EXEC_PATH"]? - File.join(crystal_exec_path, "crystal") - else - Process.executable_path - end + File.join(crystal_exec_path, "crystal") + else + Process.executable_path + end compiler.compile sources, output_filename report_warnings