diff options
| author | Seiichi Uchida <seuchida@gmail.com> | 2018-01-22 13:05:18 +0900 |
|---|---|---|
| committer | Seiichi Uchida <seuchida@gmail.com> | 2018-01-22 13:05:18 +0900 |
| commit | 154bf8e1afafed035b769955ed81490dca62a50a (patch) | |
| tree | 8b9830f2f66c58ff9ba13a8cde18e2c5a4d4e1bc /src/types.rs | |
| parent | fa6892eb6389dbcdf8037670bd480767a61b5a8d (diff) | |
Cargo fmt
Diffstat (limited to 'src/types.rs')
| -rw-r--r-- | src/types.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs index 588d9100fe6..a7472567a81 100644 --- a/src/types.rs +++ b/src/types.rs @@ -352,7 +352,7 @@ where ); let fmt = ListFormatting { - tactic: tactic, + tactic, separator: ",", trailing_separator: if !context.use_block_indent() || variadic { SeparatorTactic::Never |
