Skip to content

Commit

Permalink
Fix gofmt error.
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sobon <jakub.sobon@elohim.sk>
  • Loading branch information
mum4k committed Feb 8, 2023
1 parent fa5cbad commit 2446873
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions private/segdisp/segment/segment.go
Expand Up @@ -95,15 +95,15 @@ func SkipSlopesLTE(v int) Option {
// This only has a visible effect when the horizontal segment has height of two
// or the vertical segment has width of two.
// Without this option segments with height / width of two look like this:
// - |
// --- ||
// |
//
// With this option:
//
// --- |
// - ||
// |
// x - |
// x --- ||
// x |
// x
// x With this option:
// x
// x --- |
// x - ||
// x |
func ReverseSlopes() Option {
return option(func(opts *options) {
opts.reverseSlopes = true
Expand Down

0 comments on commit 2446873

Please sign in to comment.