Skip to content

Commit

Permalink
format code / formater le code
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Oct 20, 2024
1 parent e891459 commit e6cfc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gtfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ use crate::{objects::*, Error, RawGtfs};
use chrono::prelude::NaiveDate;
use std::collections::{HashMap, HashSet};
use std::convert::TryFrom;
use std::time::{Duration, Instant};
use std::sync::Arc;
use std::time::{Duration, Instant};

/// Data structure with all the GTFS objects
///
Expand Down
2 changes: 1 addition & 1 deletion src/raw_gtfs.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::objects::*;
use crate::Error;
use crate::GtfsReader;
use std::time::Duration;
use std::path::Path;
use std::time::Duration;

/// Data structure that map the GTFS csv with little intelligence
///
Expand Down

0 comments on commit e6cfc0e

Please sign in to comment.