Skip to content

Commit 7d26e9f

Browse files
committed
cargo fmt
1 parent b247004 commit 7d26e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bindings-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ pub fn cancel_reducer(id: u64) {
688688
}
689689

690690
pub use raw::{Buffer, BufferIter};
691-
use spacetimedb_primitives::{TableId, ColId};
691+
use spacetimedb_primitives::{ColId, TableId};
692692

693693
impl Buffer {
694694
/// Returns the number of bytes of the data stored in the buffer.

0 commit comments

Comments
 (0)