Skip to content

Commit a3ee0a5

Browse files
committed
Fix end-of-file-fixer checks
1 parent f107050 commit a3ee0a5

File tree

158 files changed

+147
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+147
-158
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,3 @@ express Statement of Purpose.
119119
d. Affirmer understands and acknowledges that Creative Commons is not a
120120
party to this document and has no duty or obligation with respect to
121121
this CC0 or use of the Work.
122-

TEST_SUMMARY.md

Lines changed: 1 addition & 1 deletion

TODOS.md

Lines changed: 1 addition & 1 deletion

UNIFIED_SDK.md

Lines changed: 1 addition & 1 deletion

contrib/test-rpc.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,3 @@ else
8282
cargo test --verbose
8383
cargo build --verbose --examples
8484
fi
85-

dash-network-ffi/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ hex = "0.4"
1919
[lib]
2020
crate-type = ["cdylib", "staticlib"]
2121
name = "dash_network_ffi"
22-

dash-network-ffi/README.md

Lines changed: 1 addition & 1 deletion

dash-network-ffi/src/dash_network_ffiFFI.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ module dash_network_ffiFFI {
44
use "Darwin"
55
use "_Builtin_stdbool"
66
use "_Builtin_stdint"
7-
}
7+
}

dash-network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ bincode = ["dep:bincode", "dep:bincode_derive"]
2727

2828
[lib]
2929
name = "dash_network"
30-
path = "src/lib.rs"
30+
path = "src/lib.rs"

0 commit comments

Comments
 (0)