summaryrefslogtreecommitdiff
path: root/event_compression.md
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2015-07-24 17:52:18 -0400
committerEric Paris <eparis@redhat.com>2015-07-30 20:41:30 -0400
commitb15dad5066d0fb1bd39b514230bfc8b2328ea72c (patch)
treeb248cc3dbad8aa0f6f98f02fc4ddc333650c2e8d /event_compression.md
parent39eedfac6dd5d287611b2b21d60af7a19560aae8 (diff)
Fix trailing whitespace in all docs
Diffstat (limited to 'event_compression.md')
-rw-r--r--event_compression.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/event_compression.md b/event_compression.md
index bfa2c5d6..ce8d1ad4 100644
--- a/event_compression.md
+++ b/event_compression.md
@@ -49,7 +49,7 @@ Event compression should be best effort (not guaranteed). Meaning, in the worst
## Design
Instead of a single Timestamp, each event object [contains](http://releases.k8s.io/HEAD/pkg/api/types.go#L1111) the following fields:
- * `FirstTimestamp util.Time`
+ * `FirstTimestamp util.Time`
* The date/time of the first occurrence of the event.
* `LastTimestamp util.Time`
* The date/time of the most recent occurrence of the event.