summaryrefslogtreecommitdiff
path: root/src/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.rs')
-rw-r--r--src/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.rs b/src/context.rs
index bcc0b6d..0c42c23 100644
--- a/src/context.rs
+++ b/src/context.rs
@@ -6,4 +6,4 @@ impl<Data> Context<Data> {
pub fn new(data: Data) -> Self {
Self { data }
}
-} \ No newline at end of file
+}