Apply dart autofixes
This commit is contained in:
parent
2f3991b97c
commit
c10ffc58b8
5 changed files with 22 additions and 14 deletions
|
@ -20,7 +20,7 @@ void main() {
|
|||
}
|
||||
|
||||
for (UUID sID in ID) {
|
||||
print("ID : ${sID}}");
|
||||
print("ID : $sID}");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue