summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-02-06 22:55:39 -0500
committerMason Reed <mason@vector35.com>2025-02-06 22:55:39 -0500
commit9415faea97e84a8099742fc33568b5e2204ceaba (patch)
tree38369d0d030efe59f86d4fddf8dbe78ab246fb40 /rust/src
parent1137ea1830042e8f57a98773b5b041e942b107ed (diff)
Misc rust API formatting
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 6c41180f..34c6bb53 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -69,8 +69,8 @@ pub mod rc;
pub mod references;
pub mod relocation;
pub mod render_layer;
-pub mod secrets_provider;
pub mod repository;
+pub mod secrets_provider;
pub mod section;
pub mod segment;
pub mod settings;