Skip to content

Commit 212bb88

Browse files
authored
Merge pull request #259 from CSE-Shaco/develop
fix(manito): unexpected token 해결
2 parents 74d0a11 + e2133cb commit 212bb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/inha/gdgoc/domain/manito/entity/ManitoAssignment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ public void changeEncryptedManitto(String encryptedManitto) {
5757
public void changeName(String name) {
5858
this.name = name;
5959
}
60-
}}
60+
}

0 commit comments

Comments
 (0)