Skip to content

Commit f9826f2

Browse files
committed
chore: fmt
1 parent 6e639c1 commit f9826f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

collab/tests/database/database_test/rollup_type_option_test.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,7 @@ fn rollup_type_option_convert_json_array_to_cell() {
237237

238238
let cell = option.convert_json_to_cell(json_value);
239239

240-
assert_eq!(
241-
cell.get(CELL_DATA).unwrap(),
242-
&Any::String("[1,2,3]".into())
243-
);
240+
assert_eq!(cell.get(CELL_DATA).unwrap(), &Any::String("[1,2,3]".into()));
244241
}
245242

246243
// ==================== FieldType::Rollup Tests ====================

0 commit comments

Comments
 (0)