Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmicu committed Sep 6, 2024
1 parent 6ad224d commit 190ad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/valve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2278,7 +2278,7 @@ impl Valve {
/// if no format parameter has been configured or if none has been defined for that column.
/// The format parameter indicates how values of the given column are to be formatted when
/// saving a table to an external file.
pub async fn get_column_format_from_db(&self, table: &str, column: &str) -> Result<String> {
pub async fn get_column_format(&self, table: &str, column: &str) -> Result<String> {
if !self
.config
.table
Expand Down

0 comments on commit 190ad7f

Please sign in to comment.