Skip to content

Commit bacdc11

Browse files
reitermarkusniondir
authored andcommitted
Fix whitespace in TOML files.
1 parent 104c2b9 commit bacdc11

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ members = [
99
[profile.release]
1010
codegen-units = 1 # better optimizations
1111
debug = true # symbols are nice and they don't increase the size on Flash
12-
lto = true # better optimizations
12+
lto = true # better optimizations

freertos-cargo-build/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ repository = "https://github.com/lobaro/FreeRTOS-rust"
1515
[dependencies]
1616
cc = "1.0.52"
1717
walkdir = "2.3.1"
18-
19-
20-

0 commit comments

Comments
 (0)