diff options
| author | gftea <ckq614@gmail.com> | 2023-01-30 20:17:12 +0100 |
|---|---|---|
| committer | gftea <ckq614@gmail.com> | 2023-01-30 20:17:12 +0100 |
| commit | 04a4ac1cffd3acb9361b63221cec76eae3694e11 (patch) | |
| tree | 650e9315df485a7caf275ca2800a5a870f263234 | |
| parent | 5356a8b1575514ba2a51d54e0e5565d9c001bd18 (diff) | |
| download | rust-04a4ac1cffd3acb9361b63221cec76eae3694e11.tar.gz rust-04a4ac1cffd3acb9361b63221cec76eae3694e11.zip | |
trim trailing whitespaces
| -rw-r--r-- | crates/ide/src/file_structure.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/file_structure.rs b/crates/ide/src/file_structure.rs index dcca3d323e8..5303590f7fd 100644 --- a/crates/ide/src/file_structure.rs +++ b/crates/ide/src/file_structure.rs @@ -235,7 +235,7 @@ mod tests { }, ] "#]]); - } + } #[test] fn test_file_structure() { |
