Skip to content

Commit

Permalink
post merge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton committed Feb 27, 2024
1 parent 74a60a3 commit dd03113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowflake-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ use crate::responses::{

pub mod connection;

mod middleware;
#[cfg(feature = "polars")]
mod polars;
mod requests;
mod responses;
mod session;
mod middleware;

#[derive(Error, Debug)]
pub enum SnowflakeApiError {
Expand Down

0 comments on commit dd03113

Please sign in to comment.