Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxr committed Sep 30, 2022
1 parent 7b0c620 commit 9383041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/table/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ fn update_widths<S: AsRef<str>>(record: &StringRecord, widths: &mut Vec<usize>,
#[cfg(test)]
mod test {
use super::*;
use crate::table::{RowSep, StyleBuilder};
use anyhow::Result;
use csv::ReaderBuilder;

Expand Down

0 comments on commit 9383041

Please sign in to comment.