Skip to content

Commit 653f2dc

Browse files
authored
Fix extra space (#985)
1 parent f911dce commit 653f2dc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pgml-apps/cargo-pgml-components/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgml-apps/cargo-pgml-components/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-pgml-components"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition = "2021"
55
authors = ["PostgresML <team@postgresml.org>"]
66
license = "MIT"

pgml-apps/cargo-pgml-components/src/components/component.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ macro_rules! component {
3737
};
3838
}
3939

40-
4140
pub use component;
4241

4342
// Render any string.

0 commit comments

Comments
 (0)