From 9917078682b5fb5b89ff3c9875fe92eea32645a1 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 23 May 2024 18:30:06 -0700 Subject: [PATCH] Fix weird whitespace --- include/VersionedMap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/VersionedMap.h b/include/VersionedMap.h index cba501f..8f97691 100644 --- a/include/VersionedMap.h +++ b/include/VersionedMap.h @@ -148,8 +148,7 @@ struct __attribute__((__visibility__("default"))) VersionedMap { * mutation intersecting `key[i]` at `version[i]` then `iterator[i]` will * point to that mutation. Otherwise it points to the first mutation greater * or `end()` if none exists. `version[i]` must be >= `getOldestVersion()` - * and - * <= `getVersion()`. + * and <= `getVersion()`. * * Thread-safe as long as a version is not concurrently invalidated by * `setOldestVersion`. There's a performance benefit if you pass iterator[i]