Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <xxchan22f@gmail.com>
  • Loading branch information
xxchan committed Jan 8, 2025
1 parent 75a7b2b commit 7ec2527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqllogictest/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ pub enum Record<T: ColumnType> {
/// The external command.
command: String,
stdout: Option<String>,
/// Optional retry configuration
retry: Option<RetryConfig>,
/// Optional retry configuration
retry: Option<RetryConfig>,
},
/// A sleep period.
Sleep {
Expand Down

0 comments on commit 7ec2527

Please sign in to comment.