Skip to content

Commit

Permalink
Style check for abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Feb 17, 2024
1 parent 2f315e0 commit 9686bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parsers/Kusto/KustoFunctions/KQLStringFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class ParseCSV : public IParserKQLFunction
bool convertImpl(String & out, IParser::Pos & pos) override;
};

class ParseJJSON : public IParserKQLFunction
class ParseJSON : public IParserKQLFunction
{
protected:
const char * getName() const override { return "parse_json()"; }
Expand Down

0 comments on commit 9686bb5

Please sign in to comment.