Skip to content

Commit cb5b01c

Browse files
committed
collapse nested namespaces
1 parent 61ccf12 commit cb5b01c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

wpilibNewCommands/src/main/native/include/frc2/command/CommandConcepts.h

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88

99
#include "frc2/command/CommandPtr.h"
1010

11-
namespace frc2 {
12-
namespace cmd {
11+
namespace frc2::cmd {
1312

1413
template <typename T>
1514
concept OwnedCommand = requires(T command) { CommandPtr(std::move(command)); };
1615

17-
} // namespace cmd
18-
} // namespace frc2
16+
} // namespace frc2::cmd

0 commit comments

Comments
 (0)