aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-03 05:16:44 +0000
committerFuwn <[email protected]>2023-04-03 05:16:44 +0000
commitee4444549584189390e55594cdb4a1de1ff6ec1a (patch)
tree04d3eff689f42dfe5e04c992442b55ecd6687e5d /examples
parentfix(context): clippy lints (diff)
downloadwindmark-ee4444549584189390e55594cdb4a1de1ff6ec1a.tar.xz
windmark-ee4444549584189390e55594cdb4a1de1ff6ec1a.zip
style: seperate blocks
Diffstat (limited to 'examples')
-rw-r--r--examples/windmark.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/windmark.rs b/examples/windmark.rs
index fd24f84..f6857e5 100644
--- a/examples/windmark.rs
+++ b/examples/windmark.rs
@@ -32,6 +32,7 @@ use windmark::{
struct Clicker {
clicks: isize,
}
+
impl windmark::Module for Clicker {
fn on_attach(&mut self, _: &mut Router) {
println!("clicker has been attached!");