aboutsummaryrefslogtreecommitdiff
path: root/src/info.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.rs')
-rw-r--r--src/info.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info.rs b/src/info.rs
index b0e9038..c3fa0a9 100644
--- a/src/info.rs
+++ b/src/info.rs
@@ -66,7 +66,7 @@ pub fn r_style() -> (ContentType, String) {
#[macro_export]
macro_rules! s_file {
($path: literal) => {
- include_str!($path).to_string(),
+ include_str!($path).to_string()
};
}
#[cfg(debug_assertions)]