Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Dec 19, 2024
1 parent 44ed79f commit be2305e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/viewer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ fn example_app() {
});

#[cfg(feature = "web_asset")]
app.add_plugins(WebAssetPlugin::default());
app.add_plugins(WebAssetPlugin);

// setup for gaussian viewer app
app.insert_resource(ClearColor(Color::srgb_u8(0, 0, 0)));
Expand Down

0 comments on commit be2305e

Please sign in to comment.