Skip to content

Commit d3fecdb

Browse files
committed
😒
1 parent f05c0f3 commit d3fecdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ impl InstrumentationConfig {
153153

154154
#[must_use]
155155
pub fn empty_callback_config() -> CallbackConfig {
156-
return CallbackConfig { position: -1 }
156+
return CallbackConfig { position: -1 };
157157
}
158158
}

0 commit comments

Comments
 (0)