Skip to content

Commit

Permalink
Small formatting fix to OOP tab layout
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Sep 11, 2024
1 parent 8c249ad commit b1437ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ The full code block structure for C++, C# in top level and OOP, and Python is as

````md
<Tabs syncKey="code-language">
<Tabs>
<TabItem label="C++">

```cpp
Expand All @@ -30,6 +29,7 @@ Add C++ code here
```

</TabItem>
<TabItem label="C#">
<Tabs syncKey="csharp-style">
<TabItem label="Top-level Statements">

Expand All @@ -50,6 +50,7 @@ Add OOP version of C# code here

</TabItem>
</Tabs>
</TabItem>
<TabItem label="Python">

```python
Expand Down

0 comments on commit b1437ee

Please sign in to comment.