Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore: add missing empty line between functions
Lars Wirzenius committed 1 year ago
commit 48f40d53f7f8ea47f0682ff3a7c16934c9885543
parent feec4a501e529a6aa978bf56e0e103107c409376
1 file changed +1 -0
modified src/logger.rs
@@ -67,6 +67,7 @@ pub fn end_cib_in_error() {
pub fn loaded_config(config: &Config) {
    debug!(slog_scope::logger(), "loaded configuration {config:#?}");
}
+

pub fn adapter_config(config: &Config) {
    debug!(slog_scope::logger(), "adapter configuration {config:#?}");
}