Fix include order for clang_format.

pull/21433/head
Ivan Posva 5 years ago committed by GitHub
parent 59415d0c25
commit bd60691d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/slice/b64_encode_fuzzer.cc

@ -19,8 +19,8 @@
#include <stdbool.h>
#include <stdint.h>
#include "src/core/lib/slice/b64.h"
#include "include/grpc/support/alloc.h"
#include "src/core/lib/slice/b64.h"
bool squelch = true;
bool leak_check = true;

Loading…
Cancel
Save