Skip to content

Commit 1f977ca

Browse files
committed
Make ci happy
1 parent 504485d commit 1f977ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/libxrpl/basics/Mutex.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
//------------------------------------------------------------------------------
21
/*
32
This file is part of clio: https://github.com/XRPLF/clio
4-
Copyright (c) 2024-2026, the clio developers.
3+
Copyright (c) 2024, the clio developers.
54
65
Permission to use, copy, modify, and distribute this software for any
76
purpose with or without fee is hereby granted, provided that the above
@@ -24,7 +23,7 @@
2423

2524
namespace xrpl {
2625

27-
template <typename ProtectedDataType, typename MutextType>
26+
template <typename ProtectedDataType, typename MutexType>
2827
class Mutex;
2928

3029
/**

0 commit comments

Comments
 (0)