Skip to content

Commit

Permalink
Merge pull request #2556 from ctiller/create-pull-request/patch-512300d
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/hs
  • Loading branch information
ctiller authored Jan 29, 2025
2 parents 512300d + 201b4bf commit 8f7579f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/core/handshake/test_handshake.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef GRPC_TEST_CORE_TEST_HANDSHAKE_H
#define GRPC_TEST_CORE_TEST_HANDSHAKE_H
#ifndef GRPC_TEST_CORE_HANDSHAKE_TEST_HANDSHAKE_H
#define GRPC_TEST_CORE_HANDSHAKE_TEST_HANDSHAKE_H

#include "src/core/lib/channel/channel_args.h"
#include "test/core/event_engine/fuzzing_event_engine/fuzzing_event_engine.pb.h"
Expand All @@ -30,4 +30,4 @@ absl::StatusOr<std::tuple<ChannelArgs, ChannelArgs>> TestHandshake(

} // namespace grpc_core

#endif
#endif // GRPC_TEST_CORE_HANDSHAKE_TEST_HANDSHAKE_H

0 comments on commit 8f7579f

Please sign in to comment.