From 4098a5ca8ffe27e68c4b6dd87b69ab54448e4e45 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 9 Dec 2025 13:14:59 +0100 Subject: style(treewide): Format --- Cargo.toml | 6 +----- nix/package.nix | 1 - scripts/api-config.yaml | 1 - scripts/mk_sqlite_schema.sh | 5 ++--- 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 81acd9b..e83ba3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,7 @@ [workspace] resolver = "2" -members = [ - "crates/rocie-server", - "crates/rocie-cli", - "crates/rocie-client", -] +members = ["crates/rocie-server", "crates/rocie-cli", "crates/rocie-client"] [workspace.package] edition = "2024" diff --git a/nix/package.nix b/nix/package.nix index a9e925d..f3d16bf 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -8,7 +8,6 @@ # # You should have received a copy of the License along with this program. # If not, see . - { lib, rustPlatform, diff --git a/scripts/api-config.yaml b/scripts/api-config.yaml index 686b211..eba6f8f 100644 --- a/scripts/api-config.yaml +++ b/scripts/api-config.yaml @@ -1,5 +1,4 @@ --- - avoidBoxedModels: true bestFitInt: true packageName: "rocie-client" diff --git a/scripts/mk_sqlite_schema.sh b/scripts/mk_sqlite_schema.sh index 7995af7..41054e9 100755 --- a/scripts/mk_sqlite_schema.sh +++ b/scripts/mk_sqlite_schema.sh @@ -9,10 +9,9 @@ schema_svg="$root/target/schema.svg" mkdb.sh -sqlite3 "$db" -init "$root/scripts/sqlite-schema-diagram.sql" "" > "$schema_file" -dot -Tsvg "$schema_file" > "$schema_svg" +sqlite3 "$db" -init "$root/scripts/sqlite-schema-diagram.sql" "" >"$schema_file" +dot -Tsvg "$schema_file" >"$schema_svg" imv "$schema_svg" - # vim: ft=sh -- cgit 1.4.1