Fix google-explicit-constructor warnings.

Bug: 28341362
Change-Id: I5b35ae16c069e7e9229e66963386f322bd808af1
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp
index 908e116..2aca9e9 100644
--- a/updater/blockimg.cpp
+++ b/updater/blockimg.cpp
@@ -192,7 +192,7 @@
 }
 
 struct RangeSinkState {
-    RangeSinkState(RangeSet& rs) : tgt(rs) { };
+    explicit RangeSinkState(RangeSet& rs) : tgt(rs) { };
 
     int fd;
     const RangeSet& tgt;