Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mwillsey committed Sep 11, 2023
1 parent 5d6c18b commit 0bdca6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/desugar.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::*;
use super::Rule;
use crate::*;

fn desugar_datatype(name: Symbol, variants: Vec<Variant>) -> Vec<NCommand> {
vec![NCommand::Sort(name, None)]
Expand Down

0 comments on commit 0bdca6b

Please sign in to comment.