Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 81e3914

Browse files
committed
Remove extra semicolon
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283395 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 87bf019 commit 81e3914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/ADT/STLExtrasTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ template <> struct CanCopy<false> {
137137

138138
CanCopy() = default;
139139
// FIXME: Use '= default' when we drop MSVC 2013.
140-
CanCopy(CanCopy &&) {};
140+
CanCopy(CanCopy &&) {}
141141
};
142142

143143
template <bool Moveable, bool Copyable>

0 commit comments

Comments
 (0)