Merge "typo: remove semicolon in a wrong position" am: 257db3c143 am: 2529b3ab30 am: aefd890c31

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1459863

Change-Id: I93f9c1dd49650e9833f8557cdb31bd62ad35beb2
diff --git a/libs/binder/include/binder/ParcelableHolder.h b/libs/binder/include/binder/ParcelableHolder.h
index b6814aa..5da2515 100644
--- a/libs/binder/include/binder/ParcelableHolder.h
+++ b/libs/binder/include/binder/ParcelableHolder.h
@@ -103,7 +103,7 @@
         return std::shared_ptr<T>(mParcelable, reinterpret_cast<T*>(mParcelable.get()));
     }
 
-    Stability getStability() const override { return mStability; };
+    Stability getStability() const override { return mStability; }
 
     inline bool operator!=(const ParcelableHolder& rhs) const {
         return std::tie(mParcelable, mParcelPtr, mStability) !=