Skip to content

Commit bcf369c

Browse files
committed
Update epsilon_api.rs
1 parent b4dd838 commit bcf369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/epsilon/api/epsilon_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ impl EpsilonApi {
1515
pub fn new() -> Arc<EpsilonApi> {
1616
Arc::new(Self {
1717
channel: channel::<EpsilonEvent>(1024).0,
18-
})²
18+
})
1919
}
2020

2121
pub fn send(&self, event: EpsilonEvent) {

0 commit comments

Comments
 (0)