Skip to content

Commit 4c404c1

Browse files
authored
Proper formatting in code-block
Closing brace had an extra indentation
1 parent f97bf74 commit 4c404c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cpp/trivial-standard-layout-and-pod-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct Trivial
2929
int i;
3030
private:
3131
int j;
32-
};
32+
};
3333

3434
struct Trivial2
3535
{

0 commit comments

Comments
 (0)