Skip to content

Commit

Permalink
Changed capitalization and added test file
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jan 30, 2026
1 parent 47f7af9 commit 8f3a000
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/copilot.data.migration.ask.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/edu/ntnu/idi/idatt2003/G40/Mappe/Main.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package edu.ntnu.idi.idatt2003.G40.mappe;
package edu.ntnu.idi.idatt2003.g40.mappe;

//TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/MainTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public class MainTest {
}

0 comments on commit 8f3a000

Please sign in to comment.