Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinlanhenke committed Mar 17, 2024
1 parent 4fdfa33 commit 2ce1a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/catalog/hms/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ pub(crate) fn get_default_table_location(
.ok_or_else(|| {
Error::new(
ErrorKind::DataInvalid,
"No default path is set, please specify a location when creating a table",
"No default path is set, please specify a location when creating a table",
)
})
}
Expand Down

0 comments on commit 2ce1a6a

Please sign in to comment.