Skip to content

Commit

Permalink
Move constructor to top of class order
Browse files Browse the repository at this point in the history
  • Loading branch information
Stargator committed Nov 29, 2020
1 parent 5a4b784 commit acba2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import 'dart:io';
import 'package:io/io.dart';

class CommonUtils {
ProcessManager _manager;

CommonUtils() {
this._manager = ProcessManager();
}

ProcessManager _manager;

/// Fetches the configlet file if it doesn't exist already, and returns the
/// exit code.
int fetchConfiglet() {
Expand Down

0 comments on commit acba2b3

Please sign in to comment.