Skip to content

Commit 11b26f7

Browse files
committed
style: apply rustfmt
1 parent 277160e commit 11b26f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/data.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ impl Data {
317317
}
318318

319319
pub(crate) fn row_heights(&self, text_height: f32) -> impl Iterator<Item = f32> {
320-
#[cfg(all(not(target_arch = "wasm32"),feature = "profiling"))]
320+
#[cfg(all(not(target_arch = "wasm32"), feature = "profiling"))]
321321
puffin::profile_scope!("calculate row heights");
322322
// TODO 5: See if this is taking too long and cache value instead of recalculating each frame
323323
self.rows_iter()

0 commit comments

Comments
 (0)