Fixed checkstyle and docs (#2035)

* Update bubble sort algorithm

* fixed checkstyle

* Formatted with Google Java Formatter

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Du Yuanchao
2020-11-18 09:25:05 +08:00
committed by GitHub
parent 486ebc2635
commit 23c12f7141
2 changed files with 16 additions and 10 deletions

View File

@ -1,6 +1,6 @@
name: Code Formatter
on: [push]
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest