Skip to content

Commit

Permalink
fixup! Use .first(n) consistently rather than slice(0, n)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Oct 10, 2024
1 parent 51befd4 commit 264403c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/workerd/util/strings.c++
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "strings.h"

#include <cstdint>

namespace workerd {
namespace {
constexpr uint64_t broadcast(uint8_t v) noexcept {
Expand Down

0 comments on commit 264403c

Please sign in to comment.