summaryrefslogtreecommitdiffstats
path: root/src/xcursor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/xcursor.rs')
-rw-r--r--src/xcursor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcursor.rs b/src/xcursor.rs
index 7e365e4..2fb0c99 100644
--- a/src/xcursor.rs
+++ b/src/xcursor.rs
@@ -97,7 +97,7 @@ impl XCursorEncoder {
insert_bytes(&mut data, &img.data);
}
}
-
+
data
}
}