diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-07 01:06:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-07 01:06:42 +0900 |
| commit | e8405f40fe2eb3675f1cb4f69e825eff5f13f269 (patch) | |
| tree | c917367f1f0098939f9cdf7376a2a135907024fc /src/protector | |
| parent | 065b9e6fb2ce3e6e50ff423c3786989afa04ee14 (diff) | |
| download | fzf-e8405f40fe2eb3675f1cb4f69e825eff5f13f269.tar.gz | |
Refactor the code so that fzf can be used as a library (#3769)
Diffstat (limited to 'src/protector')
| -rw-r--r-- | src/protector/protector.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/protector/protector.go b/src/protector/protector.go index fe84b388..9758e1e7 100644 --- a/src/protector/protector.go +++ b/src/protector/protector.go @@ -3,6 +3,4 @@ package protector // Protect calls OS specific protections like pledge on OpenBSD -func Protect() { - return -} +func Protect() {} |
