Skip to content

Commit c3090c5

Browse files
committed
DO NOT MERGE!!! Another copy/paste
1 parent 8b589b7 commit c3090c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/toolkit/jetbrains-rider/src/software/aws/toolkits/jetbrains/settings/RiderSyncSettings.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ class RiderSyncSettings : StartupActivity {
2626
fun bar() {
2727
print("BAR!")
2828
}
29+
30+
fun bar2() {
31+
print("BAR!")
32+
}
2933
}

0 commit comments

Comments
 (0)