Skip to content

Commit 807dfd3

Browse files
committed
Remove last extraneous ; on constructor curly braces
1 parent 2bf7371 commit 807dfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ObjectYAML/MinidumpYAML.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ struct Memory64ListStream
120120

121121
explicit Memory64ListStream(
122122
std::vector<detail::ParsedMemory64Descriptor> Entries = {})
123-
: ListStream(Entries){};
123+
: ListStream(Entries) {}
124124
};
125125

126126
/// ExceptionStream minidump stream.

0 commit comments

Comments
 (0)