Skip to content

Commit

Permalink
editor: Remove some blank lines (#26249)
Browse files Browse the repository at this point in the history
This PR removes some blank lines in `blink_manager.rs`.

Release Notes:

- N/A
  • Loading branch information
maxdeviant authored Mar 6, 2025
1 parent 1763dd7 commit 06a226d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/editor/src/blink_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use std::time::Duration;

pub struct BlinkManager {
blink_interval: Duration,

blink_epoch: usize,
blinking_paused: bool,
visible: bool,
Expand All @@ -24,7 +23,6 @@ impl BlinkManager {

Self {
blink_interval,

blink_epoch: 0,
blinking_paused: false,
visible: true,
Expand Down

0 comments on commit 06a226d

Please sign in to comment.