Skip to content

Commit 9a6bc29

Browse files
committed
Fix code formatting
1 parent ec4c00a commit 9a6bc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/commands/extensions/extension.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ pub fn validate_name(name: &str) -> Result<(), anyhow::Error> {
203203
Ok(())
204204
} else {
205205
Err(anyhow!(
206-
"{}: invalid extension name, must be lowercase alphanumeric, dash (-) or \
207-
underscore (_)",
206+
"{}: invalid extension name, must be lowercase alphanumeric, dash (-) or underscore \
207+
(_)",
208208
name
209209
))
210210
}

0 commit comments

Comments
 (0)