mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 17:30:09 +08:00
Remove (a? the last?) extraneous semicolon
Bug: chromium:926235 Change-Id: Ie30810641c1d0dcc735002443f7a18facd9508a8 Reviewed-on: https://chromium-review.googlesource.com/c/1475993 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org>
This commit is contained in:
parent
25ba1d6895
commit
39e458b331
@ -163,7 +163,7 @@ class CrashReportDatabase {
|
||||
//! This is not implemented on macOS or Windows.
|
||||
std::map<std::string, FileReader*> GetAttachments() const {
|
||||
return attachment_map_;
|
||||
};
|
||||
}
|
||||
|
||||
private:
|
||||
friend class CrashReportDatabase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user