Skip to content

Commit 42d33ad

Browse files
committed
style: Fix trailing whitespace in test code
1 parent 7285f2c commit 42d33ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/procedures/db_schema_node_type_properties.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ mod tests {
111111

112112
// Verify empty schema returns empty results
113113
assert_eq!(results.len(), 0);
114-
114+
115115
// Format verification: if there were results, each should have these keys
116116
// This is verified by manual testing and integration tests
117117
}

src/procedures/db_schema_rel_type_properties.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ mod tests {
104104

105105
// Verify empty schema returns empty results
106106
assert_eq!(results.len(), 0);
107-
107+
108108
// Format verification: if there were results, each should have these keys
109109
// This is verified by manual testing and integration tests
110110
}

0 commit comments

Comments
 (0)