Skip to content

Commit d6c889f

Browse files
committed
Fixup misc linting issues found in m-c
1 parent b28dd12 commit d6c889f

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

components/support/nimbus-cli/assets/style.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
44

55
.wrapper {
6-
height: 100%;
7-
width: 100%;
8-
display: flex;
9-
align-items: center;
10-
justify-content: center;
6+
height: 100%;
7+
width: 100%;
8+
display: flex;
9+
align-items: center;
10+
justify-content: center;
1111
}
1212

1313
.wrapper button {
14-
height: 80%;
15-
width: 80%;
16-
font-size: 18rem;
14+
height: 80%;
15+
width: 80%;
16+
font-size: 18rem;
1717
}
1818

1919
ul#platform-list {
20-
display: none;
20+
display: none;
2121
}

components/support/tracing/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["e
1919

2020
[build-dependencies]
2121
uniffi = { version = "0.29.0", features = ["build"] }
22-

components/support/tracing/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* This Source Code Form is subject to the terms of the Mozilla Public
2+
* License, v. 2.0. If a copy of the MPL was not distributed with this
3+
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4+
15
mod layer;
26

37
#[cfg(feature = "testing")]

tools/dependency_summary.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,8 +931,7 @@
931931
"license_file": {
932932
"fixup": "https://raw.githubusercontent.com/microsoft/windows-rs/master/license-apache-2.0",
933933
},
934-
935-
}
934+
},
936935
}
937936

938937
# Sets of common licence file names, by license type.

0 commit comments

Comments
 (0)