Skip to content

Commit

Permalink
fixup! 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 264403c commit bc9e5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/workerd/util/strings.c++
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "strings.h"

#include <cstdint>

namespace workerd {
namespace {
constexpr uint64_t broadcast(uint8_t v) noexcept {
Expand Down
2 changes: 2 additions & 0 deletions src/workerd/util/strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#include <kj/string.h>

#include <cstdint>

namespace workerd {

enum CharAttributeFlag : uint8_t {
Expand Down

0 comments on commit bc9e5b1

Please sign in to comment.