Skip to content

Commit

Permalink
Fix sonar blocker issue finally.
Browse files Browse the repository at this point in the history
Signed-off-by: luckychess <[email protected]>
  • Loading branch information
luckychess authored and lebdron committed Dec 19, 2017
1 parent 6afbdf6 commit 0626a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/random/random.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

#ifndef _IROHA_RANDOM_HPP_
#define _IROHA_RANDOM_HPP_
#ifndef IROHA_RANDOM_HPP
#define IROHA_RANDOM_HPP

#include <random>
#include "cryptography/ed25519_sha3_impl/internal/sha3_hash.hpp"
Expand All @@ -26,4 +26,4 @@ namespace random_service {

}; // namespace random_service

#endif // _IROHA_RANDOM_HPP_
#endif // IROHA_RANDOM_HPP

0 comments on commit 0626a9b

Please sign in to comment.