aboutsummaryrefslogtreecommitdiff
path: root/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 49db429..81d1155 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -5,4 +5,4 @@ pub mod data;
pub mod service;
pub const BINCODE_CONVERT_FAILED : Vec<u8> = Vec::new();
-pub const BINCODE_CONFIG : Configuration = config::standard();
+pub const BINCODE_CONFIG : Configuration = config::standard(); \ No newline at end of file