Skip to content

Commit 832cbf0

Browse files
committed
cargo fmt
1 parent 2e660bb commit 832cbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/trim_auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() -> Result<(), GitUrlParseError> {
1818
"[email protected]:v3/CompanyName/ProjectName/RepoName",
1919
"https://[email protected]/CompanyName/ProjectName/_git/RepoName",
2020
"https://[email protected]/workspace_ID/repo_name.git",
21-
"ssh://[email protected]/workspace_ID/repo_name.git"
21+
"ssh://[email protected]/workspace_ID/repo_name.git",
2222
];
2323

2424
for test_url in test_vec {

0 commit comments

Comments
 (0)