aboutsummaryrefslogtreecommitdiff
path: root/src/context.rs
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-01-17 23:28:48 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-01-17 23:28:48 +0100
commit9cc61497ed8a2336f33407d3262181e4ac3b46cb (patch)
treeaac75b57b0fffea64abcd23cbac4d27c875fee48 /src/context.rs
parent77cf9aa7535a1d9481f0bd3caeea26e2b85c5019 (diff)
add commonsense and expression_functions
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 47be92b..de1d09d 100644
--- a/src/context.rs
+++ b/src/context.rs
@@ -54,7 +54,7 @@ impl Context {
#[macro_export]
macro_rules! variables {
- ({$($x:expr => $y:expr), *}) => {
+ {$($x:expr => $y:expr), *} => {
{
let mut h : HashMap<String, Complex> = HashMap::new();
$(