Skip to content

Commit

Permalink
chore: remove test result check in format path API
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 6, 2023
1 parent 17f477a commit 5e67a25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ pub trait Service {
/// path: "./src/testdata/test.k".to_string(),
/// ..Default::default()
/// }).unwrap();
/// assert!(result.changed_paths.is_empty());
/// ```
fn format_path(&self, args: &FormatPathArgs) -> Result<FormatPathResult>;

Expand Down

0 comments on commit 5e67a25

Please sign in to comment.