Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor7008 committed Nov 30, 2022
1 parent ed9dd6a commit 6c15813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ On the [29th of August 2021](https://github.com/Gregor7008/Butler-George/commit/
<img src="https://raw.githubusercontent.com/Gregor7008/Gregor7008/main/resources/actions/butler-george-metrics.svg" alt="Metric Stats"><br>

#### 🧮 Code:
![Code lines](https://img.shields.io/badge/lines-10.1k-blue?style=flat-square)
![Code lines](https://img.shields.io/badge/lines-12.3k-blue?style=flat-square)
![Project size][storagesizeshield]<br>
![Java Version][javashield]
![Platforms][platformshield]
Expand Down
2 changes: 1 addition & 1 deletion line_counter.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git ls-files | grep '\.java' | xargs wc -l
sleep 20s
sleep 5s
3 changes: 1 addition & 2 deletions src/main/java/engines/base/ScrollEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
import javax.swing.text.DefaultCaret;
import javax.swing.text.JTextComponent;

public class ScrollEngine implements AdjustmentListener
{
public class ScrollEngine implements AdjustmentListener {
public final static int HORIZONTAL = 0;
public final static int VERTICAL = 1;

Expand Down

0 comments on commit 6c15813

Please sign in to comment.