diff --git a/internal/updater/artifacts/read.xml b/internal/updater/artifacts/read.xml
index 2696c87..bcd18cf 100644
--- a/internal/updater/artifacts/read.xml
+++ b/internal/updater/artifacts/read.xml
@@ -1,4 +1,4 @@
-
-
-
-
+
+
+
+
diff --git a/license_header.tpl b/license_header.tpl
index cddaa82..ddf2a3d 100644
--- a/license_header.tpl
+++ b/license_header.tpl
@@ -11,4 +11,4 @@ You can be released from the requirements of the above licenses by purchasing
a commercial license. Buying such a license is mandatory if you want to
modify or otherwise use the software for commercial activities involving the
Arduino software without disclosing the source code of your own applications.
-To purchase a commercial license, send an email to license@arduino.cc.
\ No newline at end of file
+To purchase a commercial license, send an email to license@arduino.cc.
diff --git a/rpc/cc/arduino/flasher/v1/commands.proto b/rpc/cc/arduino/flasher/v1/commands.proto
index c2de4d4..677f7c9 100644
--- a/rpc/cc/arduino/flasher/v1/commands.proto
+++ b/rpc/cc/arduino/flasher/v1/commands.proto
@@ -1,35 +1,35 @@
-// This file is part of arduino-flasher-cli.
-//
-// Copyright 2025 ARDUINO SA (http://www.arduino.cc/)
-//
-// This software is released under the GNU General Public License version 3,
-// which covers the main part of arduino-flasher-cli.
-// The terms of this license can be found at:
-// https://www.gnu.org/licenses/gpl-3.0.en.html
-//
-// You can be released from the requirements of the above licenses by purchasing
-// a commercial license. Buying such a license is mandatory if you want to
-// modify or otherwise use the software for commercial activities involving the
-// Arduino software without disclosing the source code of your own applications.
-// To purchase a commercial license, send an email to license@arduino.cc.
-
-syntax = "proto3";
-
-package cc.arduino.flasher.v1;
-
-option go_package = "github.com/arduino/arduino-flasher-cli/rpc/cc/arduino/flasher/v1;flasher";
-
-service Flasher {
- rpc List(ListRequest) returns (ListResponse) {};
-}
-
-message ListRequest {}
-
-message ListResponse {
- repeated Release releases = 1;
-}
-
-message Release {
- string build_id = 1;
- bool latest = 2;
-}
+// This file is part of arduino-flasher-cli.
+//
+// Copyright 2025 ARDUINO SA (http://www.arduino.cc/)
+//
+// This software is released under the GNU General Public License version 3,
+// which covers the main part of arduino-flasher-cli.
+// The terms of this license can be found at:
+// https://www.gnu.org/licenses/gpl-3.0.en.html
+//
+// You can be released from the requirements of the above licenses by purchasing
+// a commercial license. Buying such a license is mandatory if you want to
+// modify or otherwise use the software for commercial activities involving the
+// Arduino software without disclosing the source code of your own applications.
+// To purchase a commercial license, send an email to license@arduino.cc.
+
+syntax = "proto3";
+
+package cc.arduino.flasher.v1;
+
+option go_package = "github.com/arduino/arduino-flasher-cli/rpc/cc/arduino/flasher/v1;flasher";
+
+service Flasher {
+ rpc List(ListRequest) returns (ListResponse) {};
+}
+
+message ListRequest {}
+
+message ListResponse {
+ repeated Release releases = 1;
+}
+
+message Release {
+ string build_id = 1;
+ bool latest = 2;
+}