style: whitespaces fixed to make pre-commit happy

This commit is contained in:
Mateusz Pusz
2024-02-22 20:30:42 +01:00
parent 16ae51d748
commit 4475bab192

View File

@@ -253,7 +253,7 @@ Example 2 (gcc):
=== "Now" === "Now"
```txt ```txt
error: no matching function for call to 'Box::Box(quantity<reference<isq::height, si::metre>(), int>, quantity<reference<horizontal_length, si::metre>(), int>, error: no matching function for call to 'Box::Box(quantity<reference<isq::height, si::metre>(), int>, quantity<reference<horizontal_length, si::metre>(), int>,
quantity<reference<isq::width, si::metre>(), int>)' quantity<reference<isq::width, si::metre>(), int>)'
27 | Box my_box(isq::height(1 * m), horizontal_length(2 * m), isq::width(3 * m)); 27 | Box my_box(isq::height(1 * m), horizontal_length(2 * m), isq::width(3 * m));
| ^ | ^
@@ -270,7 +270,7 @@ Example 2 (gcc):
=== "Before" === "Before"
```txt ```txt
error: no matching function for call to 'Box::Box(quantity<reference<isq::height(), si::metre()>(), int>, quantity<reference<horizontal_length(), si::metre()>(), int>, error: no matching function for call to 'Box::Box(quantity<reference<isq::height(), si::metre()>(), int>, quantity<reference<horizontal_length(), si::metre()>(), int>,
quantity<reference<isq::width(), si::metre()>(), int>)' quantity<reference<isq::width(), si::metre()>(), int>)'
27 | Box my_box(isq::height(1 * m), horizontal_length(2 * m), isq::width(3 * m)); 27 | Box my_box(isq::height(1 * m), horizontal_length(2 * m), isq::width(3 * m));
| ^ | ^