Skip to content

Commit be32e7a

Browse files
author
suchao
committed
测试
1 parent 9c5a52d commit be32e7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

example-github/src/main/java/feign/example/github/GitHubExample.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ static GitHub connect() {
6363
.logger(new Logger.ErrorLogger())
6464
.logLevel(Logger.Level.BASIC)
6565
.target(GitHub.class, "https://api.github.com");
66+
6667
}
6768
}
6869

0 commit comments

Comments
 (0)