Skip to content

Commit e5af93c

Browse files
committed
Format fix.
1 parent a1e5ba0 commit e5af93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/holiday_event_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'package:http/http.dart';
99
/// The Official Holiday and Event API for Dart and Flutter.
1010
class HolidayEventApi {
1111
/// Creates a [HolidayEventApi] using the provided [apiKey].
12-
///
12+
///
1313
/// Get one at https://apilayer.com/marketplace/checkiday-api#pricing.
1414
HolidayEventApi(String apiKey) {
1515
if (apiKey.isEmpty) {

0 commit comments

Comments
 (0)