Skip to content

Commit 4b5fed6

Browse files
authored
Merge pull request #1470 from Radagaisus/patch-1
Structs.md: Removed an unnecessary double space
2 parents 4d2d7ed + 8889cc4 commit 4b5fed6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/custom_types/structs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ fn main() {
4444
// Print debug struct
4545
println!("{:?}", peter);
4646
47-
4847
// Instantiate a `Point`
4948
let point: Point = Point { x: 10.3, y: 0.4 };
5049

0 commit comments

Comments
 (0)