Remove semicolon (#3022)

This commit is contained in:
Paul Thomson 2019-11-07 13:20:49 +00:00 committed by Alastair Donaldson
parent dc59b4b075
commit 989f62fb97

View File

@ -896,7 +896,7 @@ bool FactManager::IsSynonymous(
opt::IRContext* context) const {
return data_synonym_facts_->IsSynonymous(data_descriptor1, data_descriptor2,
context);
};
}
} // namespace fuzz
} // namespace spvtools