Skip to content

Commit

Permalink
Minor whitespace change.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVandewoestyne committed Jun 11, 2024
1 parent 4c89f32 commit 80f31c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Structural_Patterns/Flyweight/flyweight1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ int main()
Font* times12 = new Font("Times-Roman-12");
Font* timesItalic12 = new Font("Times-Italic-12");
// ...

gc.SetFont(times12, 6);

gc.Insert(6);
Expand Down

0 comments on commit 80f31c1

Please sign in to comment.