Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 20, 2023
1 parent be6576f commit 7315909
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

/// Test for parsing the examples argument from an Intl.message call. Very
/// minimal so far.
library;



@Timeout(Duration(seconds: 180))

library;

import 'dart:io';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

/// A test for message extraction and code generation using generated
/// JSON rather than functions
library;



@Timeout(Duration(seconds: 180))

library;

import 'package:test/test.dart';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

/// A test for message extraction and code generation using generated
/// JSON rather than functions
library;



@Timeout(Duration(seconds: 180))

library;

import 'package:test/test.dart';

Expand Down

0 comments on commit 7315909

Please sign in to comment.