Skip to content

Commit

Permalink
code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
sictransit committed Feb 19, 2021
1 parent a3a5632 commit 86a0d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Teletype/SVGPunch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Core8.Peripherals.Teletype
{
public static class SVGPunch
public static class SVGPunch
{
private const int SPACING = 100; // 1/1000 inches
private const int DATA_WIDTH = 72;
Expand Down
2 changes: 1 addition & 1 deletion Teletype/SVGReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Core8.Peripherals.Teletype
{
public static class SVGReader
public static class SVGReader
{
public static IEnumerable<byte> Read(string tape)
{
Expand Down

0 comments on commit 86a0d4a

Please sign in to comment.