Skip to content

Commit 06459ce

Browse files
authored
Minor code style - change tab to spaces.
1 parent 6e8fdcd commit 06459ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/1.1.1.1/other-ways-to-use-1.1.1.1/dns-in-google-sheets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function NSLookup(type, domain, usecache = false, cachettl = 30) {
8282
}
8383

8484
var outputData = [];
85-
var minCacheTTL = cachettl;
85+
var minCacheTTL = cachettl;
8686

8787
for (var i in response.Answer) {
8888
outputData.push(response.Answer[i].data);

0 commit comments

Comments
 (0)