mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
WTF-400 Jira extracted to new config format
This commit is contained in:
@@ -136,10 +136,7 @@ func ReadFileBytes(filePath string) ([]byte, error) {
|
||||
}
|
||||
|
||||
func RightAlignFormat(view *tview.TextView) string {
|
||||
//mutex := &sync.Mutex{}
|
||||
//mutex.Lock()
|
||||
_, _, w, _ := view.GetInnerRect()
|
||||
//mutex.Unlock()
|
||||
|
||||
return fmt.Sprintf("%%%ds", w-1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user