Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
softdevca committed Aug 8, 2024
1 parent ef60cf3 commit 3cfe861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions full-moon/src/ast/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::{borrow::Cow, fmt};
use std::fmt::{Display, Formatter};
use std::{borrow::Cow, fmt};

use derive_more::Display;
#[cfg(feature = "serde")]
Expand Down Expand Up @@ -31,11 +31,11 @@ pub mod span;
mod update_positions;
mod visitors;

mod versions;
#[cfg(feature = "luau")]
pub mod luau;
#[cfg(feature = "luau")]
mod luau_visitors;
mod versions;

#[cfg(any(feature = "lua52", feature = "luajit"))]
pub mod lua52;
Expand Down

0 comments on commit 3cfe861

Please sign in to comment.