Skip to content

Commit fd498fb

Browse files
committed
fix cargo fmt
1 parent db1e56f commit fd498fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

diesel/src/query_dsl/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ pub trait QueryDsl: Sized {
498498
/// [`inner_join`]: QueryDsl::inner_join()
499499
///
500500
/// Columns in the right hand table will become `Nullable` which means
501-
/// you must call `nullable()` on the corresponding fields in the select
502-
/// clause:
501+
/// you must call `nullable()` on the corresponding fields in the select
502+
/// clause:
503503
///
504504
/// ### Selecting after a left join
505505
///

0 commit comments

Comments
 (0)