Skip to content

Commit 1420ad8

Browse files
jacobsacopybara-github
authored andcommitted
Internal-only change
PiperOrigin-RevId: 815572468 Change-Id: I4d11314b7f7b03b14be8f6c181eee56cfc62b983
1 parent a683736 commit 1420ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

absl/time/time.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ using EnableIfFloat =
180180
//
181181
// Alternatively, conversions can be performed using helpers such as
182182
// `ToInt64Microseconds()` and `ToDoubleSeconds()`.
183-
class Duration {
183+
class Duration {
184184
public:
185185
// Value semantics.
186186
constexpr Duration() : rep_hi_(0), rep_lo_(0) {} // zero-length duration
@@ -787,7 +787,7 @@ std::string UnparseFlag(Duration d);
787787
// absl::Time t2 = t1 + absl::Minutes(2);
788788
// absl::Duration d = t2 - t1; // == absl::Minutes(2)
789789
//
790-
class Time {
790+
class Time {
791791
public:
792792
// Value semantics.
793793

0 commit comments

Comments
 (0)