Skip to content

Commit

Permalink
style: apply format
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Jun 20, 2024
1 parent a9d8f2c commit 49952a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/form.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ model RealAnswer {
model Answer {
@visibility("read")
id: uint32;
user: User;

user: User;
form_id: uint32;
timestamp: utcDateTime;
title: string;
Expand Down

0 comments on commit 49952a4

Please sign in to comment.