diff --git a/lib/src/callable/built_in.dart b/lib/src/callable/built_in.dart index 045d55669..839c10306 100644 --- a/lib/src/callable/built_in.dart +++ b/lib/src/callable/built_in.dart @@ -85,6 +85,5 @@ class BuiltInCallable implements Callable, AsyncBuiltInCallable { } /// Returns a copy of this callable with the given [name]. - BuiltInCallable withName(String name) => - BuiltInCallable._(name, _overloads); + BuiltInCallable withName(String name) => BuiltInCallable._(name, _overloads); } diff --git a/lib/src/value/number.dart b/lib/src/value/number.dart index 634923b56..818be2380 100644 --- a/lib/src/value/number.dart +++ b/lib/src/value/number.dart @@ -382,8 +382,7 @@ class SassNumber extends Value implements ext.SassNumber { var result = _coerceUnits(other, operation); return SassNumber.withUnits(result, numeratorUnits: hasUnits ? numeratorUnits : other.numeratorUnits, - denominatorUnits: - hasUnits ? denominatorUnits : other.denominatorUnits); + denominatorUnits: hasUnits ? denominatorUnits : other.denominatorUnits); } /// Converts [other]'s value to be compatible with this number's, and calls diff --git a/lib/src/visitor/evaluate.dart b/lib/src/visitor/evaluate.dart index 4f18086bb..c00e9328b 100644 --- a/lib/src/visitor/evaluate.dart +++ b/lib/src/visitor/evaluate.dart @@ -5,7 +5,7 @@ // DO NOT EDIT. This file was generated from async_evaluate.dart. // See tool/grind/synchronize.dart for details. // -// Checksum: 63ce60ba47ac04b49e0a3edbe9038fb13b037e64 +// Checksum: 5067d0c02ede55ebe0ac609b47b6f8a7cb922511 // // ignore_for_file: unused_import