Skip to content

Commit

Permalink
all: format all files
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Jan 24, 2023
1 parent aa56323 commit 29ee1db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/src/ambiance/extensions.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import 'package:flume/src/ambiance.dart';
import 'package:flutter/widgets.dart';

Expand Down
6 changes: 4 additions & 2 deletions lib/src/components/icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ class FlumeIcons {
static const caret_up = _FlumeIconsData(0xf118, 'caret_up');
static const chat_filled = _FlumeIconsData(0xf119, 'chat_filled');
static const chat = _FlumeIconsData(0xf11a, 'chat');
static const check_circle_filled = _FlumeIconsData(0xf11b, 'check_circle_filled');
static const check_circle_filled =
_FlumeIconsData(0xf11b, 'check_circle_filled');
static const check_circle = _FlumeIconsData(0xf11c, 'check_circle');
static const check = _FlumeIconsData(0xf11d, 'check');
static const checklist = _FlumeIconsData(0xf11e, 'checklist');
Expand Down Expand Up @@ -86,7 +87,8 @@ class FlumeIcons {
static const google = _FlumeIconsData(0xf142, 'google');
static const hardware_mobile = _FlumeIconsData(0xf143, 'hardware_mobile');
static const heart_broken = _FlumeIconsData(0xf144, 'heart_broken');
static const heart_circle_filled = _FlumeIconsData(0xf145, 'heart_circle_filled');
static const heart_circle_filled =
_FlumeIconsData(0xf145, 'heart_circle_filled');
static const heart_filled = _FlumeIconsData(0xf146, 'heart_filled');
static const heart = _FlumeIconsData(0xf147, 'heart');
static const help = _FlumeIconsData(0xf148, 'help');
Expand Down

0 comments on commit 29ee1db

Please sign in to comment.