Skip to content

Commit

Permalink
Remove trailing spaces in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Feb 26, 2024
1 parent b6c2bbb commit 1c5df01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/yarnspinner_without_bevy/src/terminal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! This module is here for using ratatui to interact with the terminal and
//! This module is here for using ratatui to interact with the terminal and
//! crossterm to listen to input. It does not contain any code specific to yarnspinner
use std::io::Stdout;
Expand Down
2 changes: 1 addition & 1 deletion examples/yarnspinner_without_bevy/src/widgets.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! This module is here for using ratatui to interact with the terminal and
//! This module is here for using ratatui to interact with the terminal and
//! does not contain any code specific to yarnspinner
use ratatui::prelude::{Buffer, Rect};
Expand Down

0 comments on commit 1c5df01

Please sign in to comment.