From dc0b29e9cf7febe201a3845782655ec80d9e19f4 Mon Sep 17 00:00:00 2001 From: Michael Lehenbauer Date: Wed, 10 Jan 2018 09:28:44 -0800 Subject: Run style.sh (#636) Run style.sh (w/ clang-format version 6) --- Firestore/Source/Local/FSTLevelDB.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Firestore/Source/Local') diff --git a/Firestore/Source/Local/FSTLevelDB.mm b/Firestore/Source/Local/FSTLevelDB.mm index fb1c81a..83b932c 100644 --- a/Firestore/Source/Local/FSTLevelDB.mm +++ b/Firestore/Source/Local/FSTLevelDB.mm @@ -72,8 +72,8 @@ using leveldb::WriteOptions; #else #error "local storage on tvOS" -// TODO(mcg): Writing to NSDocumentsDirectory on tvOS will fail; we need to write to Caches -// https://developer.apple.com/library/content/documentation/General/Conceptual/AppleTV_PG/ + // TODO(mcg): Writing to NSDocumentsDirectory on tvOS will fail; we need to write to Caches + // https://developer.apple.com/library/content/documentation/General/Conceptual/AppleTV_PG/ #endif } -- cgit v1.2.3