Skip to content

Commit

Permalink
Corrected formatting and line-endings
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavisk6 committed Dec 31, 2020
1 parent fd42130 commit c6cf351
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/src/main/java/feign/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import static feign.Util.checkNotNull;
import static feign.Util.isNotBlank;
import static java.lang.String.format;

import feign.Request.Options;
import java.io.IOException;
import java.io.InputStream;
Expand Down
2 changes: 0 additions & 2 deletions scripts/no-git-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# the License.
#


set -euo pipefail
set -x

Expand All @@ -28,4 +27,3 @@ else
echo "Please run 'mvn clean install' locally to format files"
exit 1
fi

0 comments on commit c6cf351

Please sign in to comment.