Skip to content

Commit bba836b

Browse files
authored
Fix indentation issue in Arduino build middleware
1 parent e374158 commit bba836b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def get_frameworks_in_current_env():
938938
if IS_WINDOWS:
939939
if not env.get("__PIO_BUILD_MIDDLEWARES"):
940940
env["__PIO_BUILD_MIDDLEWARES"] = []
941-
env["__PIO_BUILD_MIDDLEWARES"].append(env.AddBuildMiddleware(smart_include_length_shorten))
941+
env["__PIO_BUILD_MIDDLEWARES"].append(env.AddBuildMiddleware(smart_include_length_shorten))
942942

943943
build_script_path = str(Path(FRAMEWORK_DIR) / "tools" / "pioarduino-build.py")
944944
SConscript(build_script_path)

0 commit comments

Comments
 (0)