Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Aug 4, 2024
1 parent 343943b commit a28c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oscilloscope.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use bevy::color::palettes::css;
use bevy::prelude::*;
use bevy_pancam::*;
use bevy_smud::{prelude::*, SIMPLE_FILL_HANDLE};
use bevy_smud::prelude::*;

fn main() {
App::new()
Expand Down

0 comments on commit a28c7e6

Please sign in to comment.