Skip to content

Commit e68c156

Browse files
committed
Undo whitespace change
1 parent c29cac7 commit e68c156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/RemoteCachingService/CAS/GRPCRelayCAS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class GRPCRelayCAS : public ObjectStore {
113113
// ObjectStore interfaces.
114114
Expected<CASID> parseID(StringRef ID) final;
115115
Expected<ObjectRef> store(ArrayRef<ObjectRef> Refs,
116-
ArrayRef<char> Data) final;
116+
ArrayRef<char> Data) final;
117117
CASID getID(ObjectRef Ref) const final;
118118
std::optional<ObjectRef> getReference(const CASID &ID) const final;
119119
Expected<bool> isMaterialized(ObjectRef Ref) const final;

0 commit comments

Comments
 (0)