Skip to content

Commit

Permalink
(#318) explicit linter fix
Browse files Browse the repository at this point in the history
Robby-the-paladin committed Feb 7, 2024
1 parent 75f3c28 commit 2d85195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ class AutomatonGenerator {
void generate_transitions(int transitions_number, int states_number, FA_type type);

public:
AutomatonGenerator(FA_type type = FA_type::FA);
explicit AutomatonGenerator(FA_type type = FA_type::FA);

void write_to_file(std::string filename);
};

0 comments on commit 2d85195

Please sign in to comment.