Skip to content

Commit

Permalink
Test with unformatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed Dec 9, 2024
1 parent 9947b3e commit 7dd9b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-clang-format
name: Code Style

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (C) 2024 Ethan Uppal. All rights reserved.

#include <cassert>
#include <iostream>
#include <iostream>
extern "C" {
#include <cmdapp/cmdapp.h>
#include <config/config.h>
Expand Down

0 comments on commit 7dd9b70

Please sign in to comment.