mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 19:50:05 +00:00
Remove semicolon (#3022)
This commit is contained in:
parent
dc59b4b075
commit
989f62fb97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user