Skip to content

Commit

Permalink
formatting (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ASDAlexander77 authored Oct 23, 2024
1 parent d1e9cdf commit f01358e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tsc/tsc-new-parser/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ auto fixupParentReferences(Node rootNode) -> void;

namespace Impl
{
struct Parser;
};
struct Parser;
}

class Parser
{
Expand Down
2 changes: 1 addition & 1 deletion tsc/tsc-new-parser/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static const string Js = S(".js");
static const string Jsx = S(".jsx");
static const string Json = S(".json");
static const string TsBuildInfo = S(".tsbuildinfo");
}; // namespace Extension
} // namespace Extension

inline auto positionIsSynthesized(number pos) -> boolean
{
Expand Down

0 comments on commit f01358e

Please sign in to comment.