Skip to content

Commit 0f482fb

Browse files
author
Roberto Sora
committed
add intend and cosmetics to header
1 parent c49d2e8 commit 0f482fb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

test/conftest.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file is part of arduino-cli.
2-
2+
#
33
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4-
4+
#
55
# This software is released under the GNU General Public License version 3,
66
# which covers the main part of arduino-cli.
77
# The terms of this license can be found at:
88
# https://www.gnu.org/licenses/gpl-3.0.en.html
9-
9+
#
1010
# You can be released from the requirements of the above licenses by purchasing
1111
# a commercial license. Buying such a license is mandatory if you want to modify or
1212
# otherwise use the software for commercial activities involving the Arduino

test/test_compile.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# This file is part of arduino-cli.
2-
2+
#
33
# Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
4-
4+
#
55
# This software is released under the GNU General Public License version 3,
66
# which covers the main part of arduino-cli.
77
# The terms of this license can be found at:
88
# https://www.gnu.org/licenses/gpl-3.0.en.html
9-
9+
#
1010
# You can be released from the requirements of the above licenses by purchasing
1111
# a commercial license. Buying such a license is mandatory if you want to modify or
1212
# otherwise use the software for commercial activities involving the Arduino
1313
# software without disclosing the source code of your own applications. To purchase
1414
# a commercial license, send an email to [email protected].
15-
import pytest
1615
import json
1716
import os
1817

18+
import pytest
19+
1920
from .common import running_on_ci
2021

2122

0 commit comments

Comments
 (0)