Skip to content

Commit a602a82

Browse files
committed
format
1 parent b85bf65 commit a602a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_workspace/src/configuration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pub fn create_config(
175175
if fs.open_with_options(node_schema_path, options).is_ok() {
176176
configuration.schema = node_schema_path.to_str().map(String::from);
177177
} else if VERSION == "0.0.0" {
178-
// VERSION is 0.0.0 if it has not been explicitly set (e.g local dev, as fallback)
178+
// VERSION is 0.0.0 if it has not been explicitly set (e.g local dev, as fallback)
179179
configuration.schema = Some("https://pgtools.dev/schemas/latest/schema.json".to_string());
180180
} else {
181181
configuration.schema = Some(format!("https://pgtools.dev/schemas/{VERSION}/schema.json"));

0 commit comments

Comments
 (0)