Skip to content

Commit 04b8991

Browse files
committed
Formatting
1 parent b38bba2 commit 04b8991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ void main() async {
88
final client = JsonApiClient(baseUrl: 'http://localhost:8888');
99
final response = await client.fetchResource('/example');
1010
print((response.document as DataDocument).data.resources.first.attributes);
11-
}
11+
}

0 commit comments

Comments
 (0)