From 734a038353b177bacec3b895c5cf4fd465b93164 Mon Sep 17 00:00:00 2001 From: HedgehogInTheCPP Date: Mon, 17 Aug 2026 23:22:16 +0300 Subject: [PATCH] lint unfck --- tests/random_string.cpp | 2 +- tests/short_random_string.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/random_string.cpp b/tests/random_string.cpp index 5276035..20329ea 100644 --- a/tests/random_string.cpp +++ b/tests/random_string.cpp @@ -54,7 +54,7 @@ float cygwin_strtof_l(char const *start, char **end) { class RandomEngine { public: RandomEngine() = delete; - RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {}; + RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {} uint64_t next() { // Adapted from https://github.com/wangyi-fudan/wyhash/blob/master/wyhash.h diff --git a/tests/short_random_string.cpp b/tests/short_random_string.cpp index c82dfc2..a271dbb 100644 --- a/tests/short_random_string.cpp +++ b/tests/short_random_string.cpp @@ -54,7 +54,7 @@ float cygwin_strtof_l(char const *start, char **end) { class RandomEngine { public: RandomEngine() = delete; - RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {}; + RandomEngine(uint64_t new_seed) : wyhash64_x_(new_seed) {} uint64_t next() { // Adapted from https://github.com/wangyi-fudan/wyhash/blob/master/wyhash.h