Skip to content

Commit eb1f98e

Browse files
committed
Remove superfluous semi-colon
1 parent 7670771 commit eb1f98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-dev/Source/Sentry/Private/Null/NullSentryId.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class FNullSentryId final : public ISentryId
88
{
99
public:
10-
FNullSentryId(const FString& Id) {};
10+
FNullSentryId(const FString& Id) {}
1111

1212
virtual ~FNullSentryId() override = default;
1313

0 commit comments

Comments
 (0)