Parcourir la source

[2836] editorial cleanup: removed an unnecessary semicolon.

JINMEI Tatuya il y a 12 ans
Parent
commit
a6949cd643
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc

+ 1 - 1
src/lib/datasrc/tests/memory/zone_data_updater_unittest.cc

@@ -54,7 +54,7 @@ public:
     virtual SegmentPtr create() const = 0;
     // Clean-up after the test. Most of them will be just NOP (the default),
     // but the file-mapped one needs to remove the file.
-    virtual void cleanup() const {};
+    virtual void cleanup() const {}
 };
 
 ZoneNode*