Skip to content

Commit b2fbe72

Browse files
authored
Update namespaces-cpp.md - spacing (#4996)
The spacing was bothering me :(
1 parent 027e20e commit b2fbe72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/namespaces-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ namespace Contoso
229229
T Multiply(T a, T b);
230230
std::vector<double> Log(double);
231231
T Accumulate(std::vector<T> nums);
232-
};
232+
};
233233
}
234234
}
235235
```

0 commit comments

Comments
 (0)