Skip to content

Commit

Permalink
Formatting requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tosti007 committed Jan 9, 2024
1 parent 28365a3 commit 4e13736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui-winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl State {

/// Places the text onto the clipboard.
pub fn set_clipboard_text(&mut self, text: String) {
self.clipboard.set(text)
self.clipboard.set(text);
}

/// Returns [`false`] or the last value that [`Window::set_ime_allowed()`] was called with, used for debouncing.
Expand Down

0 comments on commit 4e13736

Please sign in to comment.