Skip to content

Commit adcb637

Browse files
committed
Indentation in serialization for easier debugging
1 parent 31bc31e commit adcb637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/token_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,5 @@ def serialize(self):
231231
"""Serialize the current cache state into a string."""
232232
with self._lock:
233233
self.has_state_changed = False
234-
return json.dumps(self._cache)
234+
return json.dumps(self._cache, indent=4)
235235

0 commit comments

Comments
 (0)