Skip to content

Commit 4d19d42

Browse files
gcmsgclaude
andcommitted
style: fix remaining rustfmt formatting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1d50913 commit 4d19d42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ impl Guest for PeerClawChannel {
8080
fn on_start(config_json: String) -> Result<ChannelConfig, String> {
8181
channel_host::log(channel_host::LogLevel::Info, "PeerClaw channel starting");
8282

83-
let config: PluginConfig =
84-
serde_json::from_str(&config_json).unwrap_or(PluginConfig { poll_interval_secs: 0 });
83+
let config: PluginConfig = serde_json::from_str(&config_json).unwrap_or(PluginConfig {
84+
poll_interval_secs: 0,
85+
});
8586

8687
let poll = if config.poll_interval_secs > 0 {
8788
Some(PollConfig {

0 commit comments

Comments
 (0)