Skip to content

Commit 32b897c

Browse files
committed
conformance: trailing newlines
Signed-off-by: Jack Leightcap <[email protected]>
1 parent 7e8b6cf commit 32b897c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
args: --manifest-path=tests/conformance/Cargo.toml
1919
- uses: sigstore/sigstore-conformance@main
2020
with:
21-
entrypoint: ${{ github.workspace }}/tests/conformance/target/debug/sigstore
21+
entrypoint: ${{ github.workspace }}/tests/conformance/target/debug/sigstore

tests/conformance/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ sigstore = { path = "../../" }
1212

1313
[[bin]]
1414
name = "sigstore"
15-
path = "conformance.rs"
15+
path = "conformance.rs"

0 commit comments

Comments
 (0)